1*cdf0e10cSrcweir#*************************************************************************
2*cdf0e10cSrcweir#
3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir#
5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir#
7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir#
9*cdf0e10cSrcweir# This file is part of OpenOffice.org.
10*cdf0e10cSrcweir#
11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir# only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir#
15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir#
21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir# version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir# for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir#
26*cdf0e10cSrcweir#*************************************************************************
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir# edit to match directory level
29*cdf0e10cSrcweirPRJ		= ..$/..$/..$/..
30*cdf0e10cSrcweir# same for all makefiles in "helpcontent2"
31*cdf0e10cSrcweirPRJNAME = helpcontent2
32*cdf0e10cSrcweir# edit to match the current package
33*cdf0e10cSrcweirPACKAGE = text/swriter/01
34*cdf0e10cSrcweir# uniqe name (module wide);
35*cdf0e10cSrcweir# using a modified form of package should do here
36*cdf0e10cSrcweirTARGET  = text_swriter_01
37*cdf0e10cSrcweir# edit to match the current module
38*cdf0e10cSrcweirMODULE  = swriter
39*cdf0e10cSrcweir
40*cdf0e10cSrcweir# --- Settings -----------------------------------------------------
41*cdf0e10cSrcweir
42*cdf0e10cSrcweir.INCLUDE : settings.mk
43*cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk
44*cdf0e10cSrcweir
45*cdf0e10cSrcweir# this list matches the *.xhp files to process
46*cdf0e10cSrcweirXHPFILES = \
47*cdf0e10cSrcweir   01120000.xhp \
48*cdf0e10cSrcweir   01150000.xhp \
49*cdf0e10cSrcweir   01160100.xhp \
50*cdf0e10cSrcweir   01160200.xhp \
51*cdf0e10cSrcweir   01160300.xhp \
52*cdf0e10cSrcweir   01160400.xhp \
53*cdf0e10cSrcweir   01160500.xhp \
54*cdf0e10cSrcweir   02110000.xhp \
55*cdf0e10cSrcweir   02110100.xhp \
56*cdf0e10cSrcweir   02120000.xhp \
57*cdf0e10cSrcweir   02120100.xhp \
58*cdf0e10cSrcweir   02130000.xhp \
59*cdf0e10cSrcweir   02140000.xhp \
60*cdf0e10cSrcweir   02150000.xhp \
61*cdf0e10cSrcweir   02160000.xhp \
62*cdf0e10cSrcweir   02170000.xhp \
63*cdf0e10cSrcweir   03050000.xhp \
64*cdf0e10cSrcweir   03070000.xhp \
65*cdf0e10cSrcweir   03080000.xhp \
66*cdf0e10cSrcweir   03090000.xhp \
67*cdf0e10cSrcweir   03100000.xhp \
68*cdf0e10cSrcweir   03120000.xhp \
69*cdf0e10cSrcweir   03130000.xhp \
70*cdf0e10cSrcweir   03140000.xhp \
71*cdf0e10cSrcweir   04010000.xhp \
72*cdf0e10cSrcweir   04020000.xhp \
73*cdf0e10cSrcweir   04020100.xhp \
74*cdf0e10cSrcweir   04020200.xhp \
75*cdf0e10cSrcweir   04030000.xhp \
76*cdf0e10cSrcweir   04040000.xhp \
77*cdf0e10cSrcweir   04060000.xhp \
78*cdf0e10cSrcweir   04060100.xhp \
79*cdf0e10cSrcweir   04070000.xhp \
80*cdf0e10cSrcweir   04070100.xhp \
81*cdf0e10cSrcweir   04070200.xhp \
82*cdf0e10cSrcweir   04070300.xhp \
83*cdf0e10cSrcweir   04090000.xhp \
84*cdf0e10cSrcweir   04090001.xhp \
85*cdf0e10cSrcweir   04090002.xhp \
86*cdf0e10cSrcweir   04090003.xhp \
87*cdf0e10cSrcweir   04090004.xhp \
88*cdf0e10cSrcweir   04090005.xhp \
89*cdf0e10cSrcweir   04090006.xhp \
90*cdf0e10cSrcweir   04090007.xhp \
91*cdf0e10cSrcweir   04090100.xhp \
92*cdf0e10cSrcweir   04090200.xhp \
93*cdf0e10cSrcweir   04120000.xhp \
94*cdf0e10cSrcweir   04120100.xhp \
95*cdf0e10cSrcweir   04120200.xhp \
96*cdf0e10cSrcweir   04120201.xhp \
97*cdf0e10cSrcweir   04120210.xhp \
98*cdf0e10cSrcweir   04120211.xhp \
99*cdf0e10cSrcweir   04120212.xhp \
100*cdf0e10cSrcweir   04120213.xhp \
101*cdf0e10cSrcweir   04120214.xhp \
102*cdf0e10cSrcweir   04120215.xhp \
103*cdf0e10cSrcweir   04120216.xhp \
104*cdf0e10cSrcweir   04120217.xhp \
105*cdf0e10cSrcweir   04120219.xhp \
106*cdf0e10cSrcweir   04120220.xhp \
107*cdf0e10cSrcweir   04120221.xhp \
108*cdf0e10cSrcweir   04120222.xhp \
109*cdf0e10cSrcweir   04120223.xhp \
110*cdf0e10cSrcweir   04120224.xhp \
111*cdf0e10cSrcweir   04120225.xhp \
112*cdf0e10cSrcweir   04120226.xhp \
113*cdf0e10cSrcweir   04120227.xhp \
114*cdf0e10cSrcweir   04120229.xhp \
115*cdf0e10cSrcweir   04120250.xhp \
116*cdf0e10cSrcweir   04120300.xhp \
117*cdf0e10cSrcweir   04130000.xhp \
118*cdf0e10cSrcweir   04130100.xhp \
119*cdf0e10cSrcweir   04150000.xhp \
120*cdf0e10cSrcweir   04180400.xhp \
121*cdf0e10cSrcweir   04190000.xhp \
122*cdf0e10cSrcweir   04200000.xhp \
123*cdf0e10cSrcweir   04210000.xhp \
124*cdf0e10cSrcweir   04220000.xhp \
125*cdf0e10cSrcweir   04230000.xhp \
126*cdf0e10cSrcweir   04990000.xhp \
127*cdf0e10cSrcweir   05030200.xhp \
128*cdf0e10cSrcweir   05030400.xhp \
129*cdf0e10cSrcweir   05030800.xhp \
130*cdf0e10cSrcweir   05040000.xhp \
131*cdf0e10cSrcweir   05040500.xhp \
132*cdf0e10cSrcweir   05040501.xhp \
133*cdf0e10cSrcweir   05040600.xhp \
134*cdf0e10cSrcweir   05040700.xhp \
135*cdf0e10cSrcweir   05040800.xhp \
136*cdf0e10cSrcweir   05060000.xhp \
137*cdf0e10cSrcweir   05060100.xhp \
138*cdf0e10cSrcweir   05060200.xhp \
139*cdf0e10cSrcweir   05060201.xhp \
140*cdf0e10cSrcweir   05060300.xhp \
141*cdf0e10cSrcweir   05060700.xhp \
142*cdf0e10cSrcweir   05060800.xhp \
143*cdf0e10cSrcweir   05060900.xhp \
144*cdf0e10cSrcweir   05080000.xhp \
145*cdf0e10cSrcweir   05090000.xhp \
146*cdf0e10cSrcweir   05090100.xhp \
147*cdf0e10cSrcweir   05090200.xhp \
148*cdf0e10cSrcweir   05090201.xhp \
149*cdf0e10cSrcweir   05090300.xhp \
150*cdf0e10cSrcweir   05100000.xhp \
151*cdf0e10cSrcweir   05100300.xhp \
152*cdf0e10cSrcweir   05100400.xhp \
153*cdf0e10cSrcweir   05110000.xhp \
154*cdf0e10cSrcweir   05110100.xhp \
155*cdf0e10cSrcweir   05110200.xhp \
156*cdf0e10cSrcweir   05110300.xhp \
157*cdf0e10cSrcweir   05110500.xhp \
158*cdf0e10cSrcweir   05120000.xhp \
159*cdf0e10cSrcweir   05120100.xhp \
160*cdf0e10cSrcweir   05120200.xhp \
161*cdf0e10cSrcweir   05120300.xhp \
162*cdf0e10cSrcweir   05120400.xhp \
163*cdf0e10cSrcweir   05120500.xhp \
164*cdf0e10cSrcweir   05130000.xhp \
165*cdf0e10cSrcweir   05130002.xhp \
166*cdf0e10cSrcweir   05130004.xhp \
167*cdf0e10cSrcweir   05130100.xhp \
168*cdf0e10cSrcweir   05140000.xhp \
169*cdf0e10cSrcweir   05150000.xhp \
170*cdf0e10cSrcweir   05150100.xhp \
171*cdf0e10cSrcweir   05150101.xhp \
172*cdf0e10cSrcweir   05150104.xhp \
173*cdf0e10cSrcweir   05150200.xhp \
174*cdf0e10cSrcweir   05150300.xhp \
175*cdf0e10cSrcweir   05170000.xhp \
176*cdf0e10cSrcweir   05180000.xhp \
177*cdf0e10cSrcweir   05190000.xhp \
178*cdf0e10cSrcweir   05200000.xhp \
179*cdf0e10cSrcweir   05990000.xhp \
180*cdf0e10cSrcweir   06030000.xhp \
181*cdf0e10cSrcweir   06040000.xhp \
182*cdf0e10cSrcweir   06060000.xhp \
183*cdf0e10cSrcweir   06060100.xhp \
184*cdf0e10cSrcweir   06080000.xhp \
185*cdf0e10cSrcweir   06080100.xhp \
186*cdf0e10cSrcweir   06080200.xhp \
187*cdf0e10cSrcweir   06090000.xhp \
188*cdf0e10cSrcweir   06100000.xhp \
189*cdf0e10cSrcweir   06110000.xhp \
190*cdf0e10cSrcweir   06120000.xhp \
191*cdf0e10cSrcweir   06160000.xhp \
192*cdf0e10cSrcweir   06170000.xhp \
193*cdf0e10cSrcweir   06180000.xhp \
194*cdf0e10cSrcweir   06190000.xhp \
195*cdf0e10cSrcweir   06200000.xhp \
196*cdf0e10cSrcweir   06210000.xhp \
197*cdf0e10cSrcweir   06220000.xhp \
198*cdf0e10cSrcweir   06990000.xhp \
199*cdf0e10cSrcweir   format_object.xhp \
200*cdf0e10cSrcweir   mailmerge00.xhp \
201*cdf0e10cSrcweir   mailmerge01.xhp \
202*cdf0e10cSrcweir   mailmerge02.xhp \
203*cdf0e10cSrcweir   mailmerge03.xhp \
204*cdf0e10cSrcweir   mailmerge04.xhp \
205*cdf0e10cSrcweir   mailmerge05.xhp \
206*cdf0e10cSrcweir   mailmerge06.xhp \
207*cdf0e10cSrcweir   mailmerge07.xhp \
208*cdf0e10cSrcweir   mailmerge08.xhp \
209*cdf0e10cSrcweir   mm_copyto.xhp \
210*cdf0e10cSrcweir   mm_cusaddfie.xhp \
211*cdf0e10cSrcweir   mm_cusaddlis.xhp \
212*cdf0e10cSrcweir   mm_cusgrelin.xhp \
213*cdf0e10cSrcweir   mm_emabod.xhp \
214*cdf0e10cSrcweir   mm_finent.xhp \
215*cdf0e10cSrcweir   mm_matfie.xhp \
216*cdf0e10cSrcweir   mm_newaddblo.xhp \
217*cdf0e10cSrcweir   mm_newaddlis.xhp \
218*cdf0e10cSrcweir   mm_seladdblo.xhp \
219*cdf0e10cSrcweir   mm_seladdlis.xhp \
220*cdf0e10cSrcweir   mm_seltab.xhp \
221*cdf0e10cSrcweir   selection_mode.xhp
222*cdf0e10cSrcweir
223*cdf0e10cSrcweir# --- Targets ------------------------------------------------------
224*cdf0e10cSrcweir
225*cdf0e10cSrcweir.INCLUDE :  target.mk
226*cdf0e10cSrcweir.INCLUDE : tg_help.mk
227