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
23
24# edit to match directory level
25PRJ		= ..$/..$/..$/..
26# same for all makefiles in "helpcontent2"
27PRJNAME = helpcontent2
28# edit to match the current package
29PACKAGE = text/shared/autopi
30# uniqe name (module wide);
31# using a modified form of package should do here
32TARGET  = text_shared_autopi
33# edit to match the current module
34MODULE  = shared
35
36# --- Settings -----------------------------------------------------
37
38.INCLUDE : settings.mk
39.INCLUDE : $(PRJ)$/settings.pmk
40
41# this list matches the *.xhp files to process
42XHPFILES = \
43   01000000.xhp \
44   01010000.xhp \
45   01010100.xhp \
46   01010200.xhp \
47   01010300.xhp \
48   01010400.xhp \
49   01010500.xhp \
50   01010600.xhp \
51   01020000.xhp \
52   01020100.xhp \
53   01020200.xhp \
54   01020300.xhp \
55   01020400.xhp \
56   01020500.xhp \
57   01040000.xhp \
58   01040100.xhp \
59   01040200.xhp \
60   01040300.xhp \
61   01040400.xhp \
62   01040500.xhp \
63   01040600.xhp \
64   01050000.xhp \
65   01050100.xhp \
66   01050200.xhp \
67   01050300.xhp \
68   01050400.xhp \
69   01050500.xhp \
70   01090000.xhp \
71   01090100.xhp \
72   01090200.xhp \
73   01090210.xhp \
74   01090220.xhp \
75   01090300.xhp \
76   01090400.xhp \
77   01090500.xhp \
78   01090600.xhp \
79   01100000.xhp \
80   01100100.xhp \
81   01100150.xhp \
82   01100200.xhp \
83   01100300.xhp \
84   01100400.xhp \
85   01100500.xhp \
86   01110000.xhp \
87   01110100.xhp \
88   01110200.xhp \
89   01110300.xhp \
90   01110400.xhp \
91   01110500.xhp \
92   01110600.xhp \
93   01120000.xhp \
94   01120100.xhp \
95   01120200.xhp \
96   01120300.xhp \
97   01120400.xhp \
98   01120500.xhp \
99   01130000.xhp \
100   01130100.xhp \
101   01130200.xhp \
102   01150000.xhp \
103   01170000.xhp \
104   01170200.xhp \
105   01170300.xhp \
106   01170400.xhp \
107   01170500.xhp \
108   purchase.xhp \
109   startup.xhp \
110   webwizard00.xhp \
111   webwizard01.xhp \
112   webwizard02.xhp \
113   webwizard03.xhp \
114   webwizard04.xhp \
115   webwizard05.xhp \
116   webwizard05bi.xhp \
117   webwizard05is.xhp \
118   webwizard06.xhp \
119   webwizard07.xhp \
120   webwizard07fc.xhp
121
122# --- Targets ------------------------------------------------------
123
124.INCLUDE :  target.mk
125.INCLUDE : tg_help.mk
126