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/swriter/01
30cdf0e10cSrcweir# uniqe name (module wide);
31cdf0e10cSrcweir# using a modified form of package should do here
32cdf0e10cSrcweirTARGET  = text_swriter_01
33cdf0e10cSrcweir# edit to match the current module
34cdf0e10cSrcweirMODULE  = swriter
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   01120000.xhp \
44cdf0e10cSrcweir   01150000.xhp \
45cdf0e10cSrcweir   01160100.xhp \
46cdf0e10cSrcweir   01160200.xhp \
47cdf0e10cSrcweir   01160300.xhp \
48cdf0e10cSrcweir   01160400.xhp \
49cdf0e10cSrcweir   01160500.xhp \
50cdf0e10cSrcweir   02110000.xhp \
51cdf0e10cSrcweir   02110100.xhp \
52cdf0e10cSrcweir   02120000.xhp \
53cdf0e10cSrcweir   02120100.xhp \
54cdf0e10cSrcweir   02130000.xhp \
55cdf0e10cSrcweir   02140000.xhp \
56cdf0e10cSrcweir   02150000.xhp \
57cdf0e10cSrcweir   02160000.xhp \
58cdf0e10cSrcweir   02170000.xhp \
59cdf0e10cSrcweir   03050000.xhp \
60cdf0e10cSrcweir   03070000.xhp \
61cdf0e10cSrcweir   03080000.xhp \
62cdf0e10cSrcweir   03090000.xhp \
63cdf0e10cSrcweir   03100000.xhp \
64cdf0e10cSrcweir   03120000.xhp \
65cdf0e10cSrcweir   03130000.xhp \
66cdf0e10cSrcweir   03140000.xhp \
67cdf0e10cSrcweir   04010000.xhp \
68cdf0e10cSrcweir   04020000.xhp \
69cdf0e10cSrcweir   04020100.xhp \
70cdf0e10cSrcweir   04020200.xhp \
71cdf0e10cSrcweir   04030000.xhp \
72cdf0e10cSrcweir   04040000.xhp \
73cdf0e10cSrcweir   04060000.xhp \
74cdf0e10cSrcweir   04060100.xhp \
75cdf0e10cSrcweir   04070000.xhp \
76cdf0e10cSrcweir   04070100.xhp \
77cdf0e10cSrcweir   04070200.xhp \
78cdf0e10cSrcweir   04070300.xhp \
79cdf0e10cSrcweir   04090000.xhp \
80cdf0e10cSrcweir   04090001.xhp \
81cdf0e10cSrcweir   04090002.xhp \
82cdf0e10cSrcweir   04090003.xhp \
83cdf0e10cSrcweir   04090004.xhp \
84cdf0e10cSrcweir   04090005.xhp \
85cdf0e10cSrcweir   04090006.xhp \
86cdf0e10cSrcweir   04090007.xhp \
87cdf0e10cSrcweir   04090100.xhp \
88cdf0e10cSrcweir   04090200.xhp \
89cdf0e10cSrcweir   04120000.xhp \
90cdf0e10cSrcweir   04120100.xhp \
91cdf0e10cSrcweir   04120200.xhp \
92cdf0e10cSrcweir   04120201.xhp \
93cdf0e10cSrcweir   04120210.xhp \
94cdf0e10cSrcweir   04120211.xhp \
95cdf0e10cSrcweir   04120212.xhp \
96cdf0e10cSrcweir   04120213.xhp \
97cdf0e10cSrcweir   04120214.xhp \
98cdf0e10cSrcweir   04120215.xhp \
99cdf0e10cSrcweir   04120216.xhp \
100cdf0e10cSrcweir   04120217.xhp \
101cdf0e10cSrcweir   04120219.xhp \
102cdf0e10cSrcweir   04120220.xhp \
103cdf0e10cSrcweir   04120221.xhp \
104cdf0e10cSrcweir   04120222.xhp \
105cdf0e10cSrcweir   04120223.xhp \
106cdf0e10cSrcweir   04120224.xhp \
107cdf0e10cSrcweir   04120225.xhp \
108cdf0e10cSrcweir   04120226.xhp \
109cdf0e10cSrcweir   04120227.xhp \
110cdf0e10cSrcweir   04120229.xhp \
111cdf0e10cSrcweir   04120250.xhp \
112cdf0e10cSrcweir   04120300.xhp \
113cdf0e10cSrcweir   04130000.xhp \
114cdf0e10cSrcweir   04130100.xhp \
115cdf0e10cSrcweir   04150000.xhp \
116cdf0e10cSrcweir   04180400.xhp \
117cdf0e10cSrcweir   04190000.xhp \
118cdf0e10cSrcweir   04200000.xhp \
119cdf0e10cSrcweir   04210000.xhp \
120cdf0e10cSrcweir   04220000.xhp \
121cdf0e10cSrcweir   04230000.xhp \
122cdf0e10cSrcweir   04990000.xhp \
123cdf0e10cSrcweir   05030200.xhp \
124cdf0e10cSrcweir   05030400.xhp \
125cdf0e10cSrcweir   05030800.xhp \
126cdf0e10cSrcweir   05040000.xhp \
127cdf0e10cSrcweir   05040500.xhp \
128cdf0e10cSrcweir   05040501.xhp \
129cdf0e10cSrcweir   05040600.xhp \
130cdf0e10cSrcweir   05040700.xhp \
131cdf0e10cSrcweir   05040800.xhp \
132cdf0e10cSrcweir   05060000.xhp \
133cdf0e10cSrcweir   05060100.xhp \
134cdf0e10cSrcweir   05060200.xhp \
135cdf0e10cSrcweir   05060201.xhp \
136cdf0e10cSrcweir   05060300.xhp \
137cdf0e10cSrcweir   05060700.xhp \
138cdf0e10cSrcweir   05060800.xhp \
139cdf0e10cSrcweir   05060900.xhp \
140cdf0e10cSrcweir   05080000.xhp \
141cdf0e10cSrcweir   05090000.xhp \
142cdf0e10cSrcweir   05090100.xhp \
143cdf0e10cSrcweir   05090200.xhp \
144cdf0e10cSrcweir   05090201.xhp \
145cdf0e10cSrcweir   05090300.xhp \
146cdf0e10cSrcweir   05100000.xhp \
147cdf0e10cSrcweir   05100300.xhp \
148cdf0e10cSrcweir   05100400.xhp \
149cdf0e10cSrcweir   05110000.xhp \
150cdf0e10cSrcweir   05110100.xhp \
151cdf0e10cSrcweir   05110200.xhp \
152cdf0e10cSrcweir   05110300.xhp \
153cdf0e10cSrcweir   05110500.xhp \
154cdf0e10cSrcweir   05120000.xhp \
155cdf0e10cSrcweir   05120100.xhp \
156cdf0e10cSrcweir   05120200.xhp \
157cdf0e10cSrcweir   05120300.xhp \
158cdf0e10cSrcweir   05120400.xhp \
159cdf0e10cSrcweir   05120500.xhp \
160cdf0e10cSrcweir   05130000.xhp \
161cdf0e10cSrcweir   05130002.xhp \
162cdf0e10cSrcweir   05130004.xhp \
163cdf0e10cSrcweir   05130100.xhp \
164cdf0e10cSrcweir   05140000.xhp \
165cdf0e10cSrcweir   05150000.xhp \
166cdf0e10cSrcweir   05150100.xhp \
167cdf0e10cSrcweir   05150101.xhp \
168cdf0e10cSrcweir   05150104.xhp \
169cdf0e10cSrcweir   05150200.xhp \
170cdf0e10cSrcweir   05150300.xhp \
171cdf0e10cSrcweir   05170000.xhp \
172cdf0e10cSrcweir   05180000.xhp \
173cdf0e10cSrcweir   05190000.xhp \
174cdf0e10cSrcweir   05200000.xhp \
175cdf0e10cSrcweir   05990000.xhp \
176cdf0e10cSrcweir   06030000.xhp \
177cdf0e10cSrcweir   06040000.xhp \
178cdf0e10cSrcweir   06060000.xhp \
179cdf0e10cSrcweir   06060100.xhp \
180cdf0e10cSrcweir   06080000.xhp \
181cdf0e10cSrcweir   06080100.xhp \
182cdf0e10cSrcweir   06080200.xhp \
183cdf0e10cSrcweir   06090000.xhp \
184cdf0e10cSrcweir   06100000.xhp \
185cdf0e10cSrcweir   06110000.xhp \
186cdf0e10cSrcweir   06120000.xhp \
187cdf0e10cSrcweir   06160000.xhp \
188cdf0e10cSrcweir   06170000.xhp \
189cdf0e10cSrcweir   06180000.xhp \
190cdf0e10cSrcweir   06190000.xhp \
191cdf0e10cSrcweir   06200000.xhp \
192cdf0e10cSrcweir   06210000.xhp \
193cdf0e10cSrcweir   06220000.xhp \
194cdf0e10cSrcweir   06990000.xhp \
195cdf0e10cSrcweir   format_object.xhp \
196cdf0e10cSrcweir   mailmerge00.xhp \
197cdf0e10cSrcweir   mailmerge01.xhp \
198cdf0e10cSrcweir   mailmerge02.xhp \
199cdf0e10cSrcweir   mailmerge03.xhp \
200cdf0e10cSrcweir   mailmerge04.xhp \
201cdf0e10cSrcweir   mailmerge05.xhp \
202cdf0e10cSrcweir   mailmerge06.xhp \
203cdf0e10cSrcweir   mailmerge07.xhp \
204cdf0e10cSrcweir   mailmerge08.xhp \
205cdf0e10cSrcweir   mm_copyto.xhp \
206cdf0e10cSrcweir   mm_cusaddfie.xhp \
207cdf0e10cSrcweir   mm_cusaddlis.xhp \
208cdf0e10cSrcweir   mm_cusgrelin.xhp \
209cdf0e10cSrcweir   mm_emabod.xhp \
210cdf0e10cSrcweir   mm_finent.xhp \
211cdf0e10cSrcweir   mm_matfie.xhp \
212cdf0e10cSrcweir   mm_newaddblo.xhp \
213cdf0e10cSrcweir   mm_newaddlis.xhp \
214cdf0e10cSrcweir   mm_seladdblo.xhp \
215cdf0e10cSrcweir   mm_seladdlis.xhp \
216cdf0e10cSrcweir   mm_seltab.xhp \
217cdf0e10cSrcweir   selection_mode.xhp
218cdf0e10cSrcweir
219cdf0e10cSrcweir# --- Targets ------------------------------------------------------
220cdf0e10cSrcweir
221cdf0e10cSrcweir.INCLUDE :  target.mk
222cdf0e10cSrcweir.INCLUDE : tg_help.mk
223