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