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/simpress/01
28# uniqe name (module wide);
29# using a modified form of package should do here
30TARGET  = text_simpress_01
31# edit to match the current module
32MODULE  = simpress
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   01170000.xhp \
42   01180000.xhp \
43   01180001.xhp \
44   01180002.xhp \
45   02110000.xhp \
46   02120000.xhp \
47   02130000.xhp \
48   02140000.xhp \
49   02150000.xhp \
50   02160000.xhp \
51   03050000.xhp \
52   03060000.xhp \
53   03070000.xhp \
54   03080000.xhp \
55   03090000.xhp \
56   03100000.xhp \
57   03110000.xhp \
58   03120000.xhp \
59   03130000.xhp \
60   03150000.xhp \
61   03150100.xhp \
62   03150300.xhp \
63   03151000.xhp \
64   03151100.xhp \
65   03151200.xhp \
66   03152000.xhp \
67   03180000.xhp \
68   04010000.xhp \
69   04020000.xhp \
70   04030000.xhp \
71   04030000m.xhp \
72   04030100.xhp \
73   04040000m.xhp \
74   04080100.xhp \
75   04110000.xhp \
76   04110100.xhp \
77   04110200.xhp \
78   04120000.xhp \
79   04130000.xhp \
80   04140000.xhp \
81   04990000.xhp \
82   04990100.xhp \
83   04990200.xhp \
84   04990300.xhp \
85   04990400.xhp \
86   04990500.xhp \
87   04990600.xhp \
88   04990700.xhp \
89   05090000m.xhp \
90   05100000.xhp \
91   05110500m.xhp \
92   05120000.xhp \
93   05120100.xhp \
94   05120500m.xhp \
95   05130000.xhp \
96   05140000.xhp \
97   05150000.xhp \
98   05170000.xhp \
99   05250000.xhp \
100   05250500.xhp \
101   05250600.xhp \
102   05250700.xhp \
103   06030000.xhp \
104   06040000.xhp \
105   06050000.xhp \
106   06060000.xhp \
107   06070000.xhp \
108   06080000.xhp \
109   06100000.xhp \
110   06100100.xhp \
111   13050000.xhp \
112   13050100.xhp \
113   13050200.xhp \
114   13050300.xhp \
115   13050400.xhp \
116   13050500.xhp \
117   13050600.xhp \
118   13050700.xhp \
119   13140000.xhp \
120   13150000.xhp \
121   13160000.xhp \
122   13170000.xhp \
123   13180000.xhp \
124   13180100.xhp \
125   13180200.xhp \
126   13180300.xhp \
127   animationeffect.xhp \
128   effectoptions.xhp \
129   effectoptionseffect.xhp \
130   effectoptionstext.xhp \
131   effectoptionstiming.xhp \
132   slidesorter.xhp \
133   sidebar.xhp
134
135# --- Targets ------------------------------------------------------
136
137.INCLUDE :  target.mk
138.INCLUDE : tg_help.mk
139