1*7871dc3eSAndrew Rist#**************************************************************
2*7871dc3eSAndrew Rist#
3*7871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*7871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*7871dc3eSAndrew Rist#  distributed with this work for additional information
6*7871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*7871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*7871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
9*7871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*7871dc3eSAndrew Rist#
11*7871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*7871dc3eSAndrew Rist#
13*7871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*7871dc3eSAndrew Rist#  software distributed under the License is distributed on an
15*7871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
17*7871dc3eSAndrew Rist#  specific language governing permissions and limitations
18*7871dc3eSAndrew Rist#  under the License.
19*7871dc3eSAndrew Rist#
20*7871dc3eSAndrew Rist#**************************************************************
21*7871dc3eSAndrew Rist
22*7871dc3eSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir# edit to match directory level
25cdf0e10cSrcweirPRJ		= ..$/..$/..$/..
26cdf0e10cSrcweir# same for all makefiles in "helpcontent2"
27cdf0e10cSrcweirPRJNAME = helpcontent2
28cdf0e10cSrcweir# edit to match the current package
29cdf0e10cSrcweirPACKAGE = text/shared/02
30cdf0e10cSrcweir# uniqe name (module wide);
31cdf0e10cSrcweir# using a modified form of package should do here
32cdf0e10cSrcweirTARGET  = text_shared_02
33cdf0e10cSrcweir# edit to match the current module
34cdf0e10cSrcweirMODULE  = shared
35cdf0e10cSrcweir
36cdf0e10cSrcweir# --- Settings -----------------------------------------------------
37cdf0e10cSrcweir
38cdf0e10cSrcweir.INCLUDE : settings.mk
39cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk
40cdf0e10cSrcweir
41cdf0e10cSrcweir# this list matches the *.xhp files to process
42cdf0e10cSrcweirXHPFILES = \
43cdf0e10cSrcweir   01110000.xhp \
44cdf0e10cSrcweir   01140000.xhp \
45cdf0e10cSrcweir   01170000.xhp \
46cdf0e10cSrcweir   01170001.xhp \
47cdf0e10cSrcweir   01170002.xhp \
48cdf0e10cSrcweir   01170003.xhp \
49cdf0e10cSrcweir   01170004.xhp \
50cdf0e10cSrcweir   01170100.xhp \
51cdf0e10cSrcweir   01170101.xhp \
52cdf0e10cSrcweir   01170102.xhp \
53cdf0e10cSrcweir   01170103.xhp \
54cdf0e10cSrcweir   01170200.xhp \
55cdf0e10cSrcweir   01170201.xhp \
56cdf0e10cSrcweir   01170202.xhp \
57cdf0e10cSrcweir   01170203.xhp \
58cdf0e10cSrcweir   01170300.xhp \
59cdf0e10cSrcweir   01170400.xhp \
60cdf0e10cSrcweir   01170500.xhp \
61cdf0e10cSrcweir   01170600.xhp \
62cdf0e10cSrcweir   01170700.xhp \
63cdf0e10cSrcweir   01170800.xhp \
64cdf0e10cSrcweir   01170801.xhp \
65cdf0e10cSrcweir   01170802.xhp \
66cdf0e10cSrcweir   01170900.xhp \
67cdf0e10cSrcweir   01170901.xhp \
68cdf0e10cSrcweir   01170902.xhp \
69cdf0e10cSrcweir   01170903.xhp \
70cdf0e10cSrcweir   01170904.xhp \
71cdf0e10cSrcweir   01171000.xhp \
72cdf0e10cSrcweir   01171100.xhp \
73cdf0e10cSrcweir   01171200.xhp \
74cdf0e10cSrcweir   01171300.xhp \
75cdf0e10cSrcweir   01171400.xhp \
76cdf0e10cSrcweir   01220000.xhp \
77cdf0e10cSrcweir   01230000.xhp \
78cdf0e10cSrcweir   02010000.xhp \
79cdf0e10cSrcweir   02020000.xhp \
80cdf0e10cSrcweir   02030000.xhp \
81cdf0e10cSrcweir   02040000.xhp \
82cdf0e10cSrcweir   02050000.xhp \
83cdf0e10cSrcweir   02130000.xhp \
84cdf0e10cSrcweir   02140000.xhp \
85cdf0e10cSrcweir   02160000.xhp \
86cdf0e10cSrcweir   02170000.xhp \
87cdf0e10cSrcweir   03110000.xhp \
88cdf0e10cSrcweir   03120000.xhp \
89cdf0e10cSrcweir   03130000.xhp \
90cdf0e10cSrcweir   03140000.xhp \
91cdf0e10cSrcweir   03150000.xhp \
92cdf0e10cSrcweir   03200000.xhp \
93cdf0e10cSrcweir   04210000.xhp \
94cdf0e10cSrcweir   05020000.xhp \
95cdf0e10cSrcweir   05090000.xhp \
96cdf0e10cSrcweir   05110000.xhp \
97cdf0e10cSrcweir   06050000.xhp \
98cdf0e10cSrcweir   06060000.xhp \
99cdf0e10cSrcweir   06100000.xhp \
100cdf0e10cSrcweir   06110000.xhp \
101cdf0e10cSrcweir   06120000.xhp \
102cdf0e10cSrcweir   07010000.xhp \
103cdf0e10cSrcweir   07060000.xhp \
104cdf0e10cSrcweir   07070000.xhp \
105cdf0e10cSrcweir   07070100.xhp \
106cdf0e10cSrcweir   07070200.xhp \
107cdf0e10cSrcweir   07080000.xhp \
108cdf0e10cSrcweir   07090000.xhp \
109cdf0e10cSrcweir   08010000.xhp \
110cdf0e10cSrcweir   08020000.xhp \
111cdf0e10cSrcweir   09010000.xhp \
112cdf0e10cSrcweir   09020000.xhp \
113cdf0e10cSrcweir   09030000.xhp \
114cdf0e10cSrcweir   09050000.xhp \
115cdf0e10cSrcweir   09060000.xhp \
116cdf0e10cSrcweir   09070000.xhp \
117cdf0e10cSrcweir   09070100.xhp \
118cdf0e10cSrcweir   09070200.xhp \
119cdf0e10cSrcweir   09070300.xhp \
120cdf0e10cSrcweir   09070400.xhp \
121cdf0e10cSrcweir   10010000.xhp \
122cdf0e10cSrcweir   10020000.xhp \
123cdf0e10cSrcweir   10030000.xhp \
124cdf0e10cSrcweir   10040000.xhp \
125cdf0e10cSrcweir   10100000.xhp \
126cdf0e10cSrcweir   12000000.xhp \
127cdf0e10cSrcweir   12010000.xhp \
128cdf0e10cSrcweir   12020000.xhp \
129cdf0e10cSrcweir   12030000.xhp \
130cdf0e10cSrcweir   12040000.xhp \
131cdf0e10cSrcweir   12050000.xhp \
132cdf0e10cSrcweir   12070000.xhp \
133cdf0e10cSrcweir   12070100.xhp \
134cdf0e10cSrcweir   12070200.xhp \
135cdf0e10cSrcweir   12070300.xhp \
136cdf0e10cSrcweir   12080000.xhp \
137cdf0e10cSrcweir   12090000.xhp \
138cdf0e10cSrcweir   12090100.xhp \
139cdf0e10cSrcweir   12090101.xhp \
140cdf0e10cSrcweir   12100000.xhp \
141cdf0e10cSrcweir   12100100.xhp \
142cdf0e10cSrcweir   12100200.xhp \
143cdf0e10cSrcweir   12110000.xhp \
144cdf0e10cSrcweir   12120000.xhp \
145cdf0e10cSrcweir   12130000.xhp \
146cdf0e10cSrcweir   12140000.xhp \
147cdf0e10cSrcweir   13010000.xhp \
148cdf0e10cSrcweir   13020000.xhp \
149cdf0e10cSrcweir   14010000.xhp \
150cdf0e10cSrcweir   14020000.xhp \
151cdf0e10cSrcweir   14020100.xhp \
152cdf0e10cSrcweir   14020200.xhp \
153cdf0e10cSrcweir   14030000.xhp \
154cdf0e10cSrcweir   14040000.xhp \
155cdf0e10cSrcweir   14050000.xhp \
156cdf0e10cSrcweir   14060000.xhp \
157cdf0e10cSrcweir   14070000.xhp \
158cdf0e10cSrcweir   18010000.xhp \
159cdf0e10cSrcweir   18030000.xhp \
160cdf0e10cSrcweir   19090000.xhp \
161cdf0e10cSrcweir   20020000.xhp \
162cdf0e10cSrcweir   20030000.xhp \
163cdf0e10cSrcweir   20040000.xhp \
164cdf0e10cSrcweir   20050000.xhp \
165cdf0e10cSrcweir   20060000.xhp \
166cdf0e10cSrcweir   20090000.xhp \
167cdf0e10cSrcweir   20100000.xhp \
168cdf0e10cSrcweir   24010000.xhp \
169cdf0e10cSrcweir   24020000.xhp \
170cdf0e10cSrcweir   24030000.xhp \
171cdf0e10cSrcweir   24040000.xhp \
172cdf0e10cSrcweir   24050000.xhp \
173cdf0e10cSrcweir   24060000.xhp \
174cdf0e10cSrcweir   24070000.xhp \
175cdf0e10cSrcweir   24080000.xhp \
176cdf0e10cSrcweir   24090000.xhp \
177cdf0e10cSrcweir   24100000.xhp \
178cdf0e10cSrcweir   basicshapes.xhp \
179cdf0e10cSrcweir   blockarrows.xhp \
180cdf0e10cSrcweir   callouts.xhp \
181cdf0e10cSrcweir   colortoolbar.xhp \
182cdf0e10cSrcweir   flowcharts.xhp \
183cdf0e10cSrcweir   fontwork.xhp \
184cdf0e10cSrcweir   more_controls.xhp \
185cdf0e10cSrcweir   paintbrush.xhp \
186cdf0e10cSrcweir   stars.xhp \
187cdf0e10cSrcweir   symbolshapes.xhp
188cdf0e10cSrcweir
189cdf0e10cSrcweir# --- Targets ------------------------------------------------------
190cdf0e10cSrcweir
191cdf0e10cSrcweir.INCLUDE :  target.mk
192cdf0e10cSrcweir.INCLUDE : tg_help.mk
193