17871dc3eSAndrew Rist#**************************************************************
2*3d4e3843SMatthias Seidel#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*3d4e3843SMatthias Seidel#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*3d4e3843SMatthias Seidel#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
19*3d4e3843SMatthias Seidel#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
22cdf0e10cSrcweir# edit to match directory level
23cdf0e10cSrcweirPRJ		= ..$/..$/..$/..
24cdf0e10cSrcweir# same for all makefiles in "helpcontent2"
25cdf0e10cSrcweirPRJNAME = helpcontent2
26cdf0e10cSrcweir# edit to match the current package
27cdf0e10cSrcweirPACKAGE = text/shared/autopi
28cdf0e10cSrcweir# uniqe name (module wide);
29cdf0e10cSrcweir# using a modified form of package should do here
30cdf0e10cSrcweirTARGET  = text_shared_autopi
31cdf0e10cSrcweir# edit to match the current module
32cdf0e10cSrcweirMODULE  = shared
33cdf0e10cSrcweir
34cdf0e10cSrcweir# --- Settings -----------------------------------------------------
35cdf0e10cSrcweir
36cdf0e10cSrcweir.INCLUDE : settings.mk
37cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk
38cdf0e10cSrcweir
39cdf0e10cSrcweir# this list matches the *.xhp files to process
40cdf0e10cSrcweirXHPFILES = \
41cdf0e10cSrcweir   01000000.xhp \
42cdf0e10cSrcweir   01010000.xhp \
43cdf0e10cSrcweir   01010100.xhp \
44cdf0e10cSrcweir   01010200.xhp \
45cdf0e10cSrcweir   01010300.xhp \
46cdf0e10cSrcweir   01010400.xhp \
47cdf0e10cSrcweir   01010500.xhp \
48cdf0e10cSrcweir   01010600.xhp \
49cdf0e10cSrcweir   01020000.xhp \
50cdf0e10cSrcweir   01020100.xhp \
51cdf0e10cSrcweir   01020200.xhp \
52cdf0e10cSrcweir   01020300.xhp \
53cdf0e10cSrcweir   01020400.xhp \
54cdf0e10cSrcweir   01020500.xhp \
55cdf0e10cSrcweir   01040000.xhp \
56cdf0e10cSrcweir   01040100.xhp \
57cdf0e10cSrcweir   01040200.xhp \
58cdf0e10cSrcweir   01040300.xhp \
59cdf0e10cSrcweir   01040400.xhp \
60cdf0e10cSrcweir   01040500.xhp \
61cdf0e10cSrcweir   01040600.xhp \
62cdf0e10cSrcweir   01050000.xhp \
63cdf0e10cSrcweir   01050100.xhp \
64cdf0e10cSrcweir   01050200.xhp \
65cdf0e10cSrcweir   01050300.xhp \
66cdf0e10cSrcweir   01050400.xhp \
67cdf0e10cSrcweir   01050500.xhp \
68cdf0e10cSrcweir   01090000.xhp \
69cdf0e10cSrcweir   01090100.xhp \
70cdf0e10cSrcweir   01090200.xhp \
71cdf0e10cSrcweir   01090210.xhp \
72cdf0e10cSrcweir   01090220.xhp \
73cdf0e10cSrcweir   01090300.xhp \
74cdf0e10cSrcweir   01090400.xhp \
75cdf0e10cSrcweir   01090500.xhp \
76cdf0e10cSrcweir   01090600.xhp \
77cdf0e10cSrcweir   01100000.xhp \
78cdf0e10cSrcweir   01100100.xhp \
79cdf0e10cSrcweir   01100150.xhp \
80cdf0e10cSrcweir   01100200.xhp \
81cdf0e10cSrcweir   01100300.xhp \
82cdf0e10cSrcweir   01100400.xhp \
83cdf0e10cSrcweir   01100500.xhp \
84cdf0e10cSrcweir   01110000.xhp \
85cdf0e10cSrcweir   01110100.xhp \
86cdf0e10cSrcweir   01110200.xhp \
87cdf0e10cSrcweir   01110300.xhp \
88cdf0e10cSrcweir   01110400.xhp \
89cdf0e10cSrcweir   01110500.xhp \
90cdf0e10cSrcweir   01110600.xhp \
91cdf0e10cSrcweir   01120000.xhp \
92cdf0e10cSrcweir   01120100.xhp \
93cdf0e10cSrcweir   01120200.xhp \
94cdf0e10cSrcweir   01120300.xhp \
95cdf0e10cSrcweir   01120400.xhp \
96cdf0e10cSrcweir   01120500.xhp \
97cdf0e10cSrcweir   01130000.xhp \
98cdf0e10cSrcweir   01130100.xhp \
99cdf0e10cSrcweir   01130200.xhp \
100cdf0e10cSrcweir   01150000.xhp \
101cdf0e10cSrcweir   01170000.xhp \
102cdf0e10cSrcweir   01170200.xhp \
103cdf0e10cSrcweir   01170300.xhp \
104cdf0e10cSrcweir   01170400.xhp \
105cdf0e10cSrcweir   01170500.xhp \
106cdf0e10cSrcweir   startup.xhp \
107cdf0e10cSrcweir   webwizard00.xhp \
108cdf0e10cSrcweir   webwizard01.xhp \
109cdf0e10cSrcweir   webwizard02.xhp \
110cdf0e10cSrcweir   webwizard03.xhp \
111cdf0e10cSrcweir   webwizard04.xhp \
112cdf0e10cSrcweir   webwizard05.xhp \
113cdf0e10cSrcweir   webwizard05bi.xhp \
114cdf0e10cSrcweir   webwizard05is.xhp \
115cdf0e10cSrcweir   webwizard06.xhp \
116cdf0e10cSrcweir   webwizard07.xhp \
117cdf0e10cSrcweir   webwizard07fc.xhp
118cdf0e10cSrcweir
119cdf0e10cSrcweir# --- Targets ------------------------------------------------------
120cdf0e10cSrcweir
121cdf0e10cSrcweir.INCLUDE :  target.mk
122cdf0e10cSrcweir.INCLUDE : tg_help.mk
123