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/02
30# uniqe name (module wide);
31# using a modified form of package should do here
32TARGET  = text_shared_02
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   01110000.xhp \
44   01140000.xhp \
45   01170000.xhp \
46   01170001.xhp \
47   01170002.xhp \
48   01170003.xhp \
49   01170004.xhp \
50   01170100.xhp \
51   01170101.xhp \
52   01170102.xhp \
53   01170103.xhp \
54   01170200.xhp \
55   01170201.xhp \
56   01170202.xhp \
57   01170203.xhp \
58   01170300.xhp \
59   01170400.xhp \
60   01170500.xhp \
61   01170600.xhp \
62   01170700.xhp \
63   01170800.xhp \
64   01170801.xhp \
65   01170802.xhp \
66   01170900.xhp \
67   01170901.xhp \
68   01170902.xhp \
69   01170903.xhp \
70   01170904.xhp \
71   01171000.xhp \
72   01171100.xhp \
73   01171200.xhp \
74   01171300.xhp \
75   01171400.xhp \
76   01220000.xhp \
77   01230000.xhp \
78   02010000.xhp \
79   02020000.xhp \
80   02030000.xhp \
81   02040000.xhp \
82   02050000.xhp \
83   02130000.xhp \
84   02140000.xhp \
85   02160000.xhp \
86   02170000.xhp \
87   03110000.xhp \
88   03120000.xhp \
89   03130000.xhp \
90   03140000.xhp \
91   03150000.xhp \
92   03200000.xhp \
93   04210000.xhp \
94   05020000.xhp \
95   05090000.xhp \
96   05110000.xhp \
97   06050000.xhp \
98   06060000.xhp \
99   06100000.xhp \
100   06110000.xhp \
101   06120000.xhp \
102   07010000.xhp \
103   07060000.xhp \
104   07070000.xhp \
105   07070100.xhp \
106   07070200.xhp \
107   07080000.xhp \
108   07090000.xhp \
109   08010000.xhp \
110   08020000.xhp \
111   09010000.xhp \
112   09020000.xhp \
113   09030000.xhp \
114   09050000.xhp \
115   09060000.xhp \
116   09070000.xhp \
117   09070100.xhp \
118   09070200.xhp \
119   09070300.xhp \
120   09070400.xhp \
121   10010000.xhp \
122   10020000.xhp \
123   10030000.xhp \
124   10040000.xhp \
125   10100000.xhp \
126   12000000.xhp \
127   12010000.xhp \
128   12020000.xhp \
129   12030000.xhp \
130   12040000.xhp \
131   12050000.xhp \
132   12070000.xhp \
133   12070100.xhp \
134   12070200.xhp \
135   12070300.xhp \
136   12080000.xhp \
137   12090000.xhp \
138   12090100.xhp \
139   12090101.xhp \
140   12100000.xhp \
141   12100100.xhp \
142   12100200.xhp \
143   12110000.xhp \
144   12120000.xhp \
145   12130000.xhp \
146   12140000.xhp \
147   13010000.xhp \
148   13020000.xhp \
149   14010000.xhp \
150   14020000.xhp \
151   14020100.xhp \
152   14020200.xhp \
153   14030000.xhp \
154   14040000.xhp \
155   14050000.xhp \
156   14060000.xhp \
157   14070000.xhp \
158   18010000.xhp \
159   18030000.xhp \
160   19090000.xhp \
161   20020000.xhp \
162   20030000.xhp \
163   20040000.xhp \
164   20050000.xhp \
165   20060000.xhp \
166   20090000.xhp \
167   20100000.xhp \
168   24010000.xhp \
169   24020000.xhp \
170   24030000.xhp \
171   24040000.xhp \
172   24050000.xhp \
173   24060000.xhp \
174   24070000.xhp \
175   24080000.xhp \
176   24090000.xhp \
177   24100000.xhp \
178   basicshapes.xhp \
179   blockarrows.xhp \
180   callouts.xhp \
181   colortoolbar.xhp \
182   flowcharts.xhp \
183   fontwork.xhp \
184   more_controls.xhp \
185   paintbrush.xhp \
186   stars.xhp \
187   symbolshapes.xhp
188
189# --- Targets ------------------------------------------------------
190
191.INCLUDE :  target.mk
192.INCLUDE : tg_help.mk
193