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