17871dc3eSAndrew Rist#**************************************************************
2*61feda1bSmseidel#
37871dc3eSAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
47871dc3eSAndrew Rist#  or more contributor license agreements.  See the NOTICE file
57871dc3eSAndrew Rist#  distributed with this work for additional information
67871dc3eSAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
77871dc3eSAndrew Rist#  to you under the Apache License, Version 2.0 (the
87871dc3eSAndrew Rist#  "License"); you may not use this file except in compliance
97871dc3eSAndrew Rist#  with the License.  You may obtain a copy of the License at
10*61feda1bSmseidel#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*61feda1bSmseidel#
137871dc3eSAndrew Rist#  Unless required by applicable law or agreed to in writing,
147871dc3eSAndrew Rist#  software distributed under the License is distributed on an
157871dc3eSAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167871dc3eSAndrew Rist#  KIND, either express or implied.  See the License for the
177871dc3eSAndrew Rist#  specific language governing permissions and limitations
187871dc3eSAndrew Rist#  under the License.
19*61feda1bSmseidel#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweir
24*61feda1bSmseidel# edit to match directory level
25cdf0e10cSrcweirPRJ		= ..$/..$/..$/..
26cdf0e10cSrcweir# same for all makefiles in "helpcontent2"
27cdf0e10cSrcweirPRJNAME = helpcontent2
28cdf0e10cSrcweir# edit to match the current package
29cdf0e10cSrcweirPACKAGE = text/simpress/02
30cdf0e10cSrcweir# uniqe name (module wide);
31cdf0e10cSrcweir# using a modified form of package should do here
32cdf0e10cSrcweirTARGET  = text_simpress_02
33cdf0e10cSrcweir# edit to match the current module
34cdf0e10cSrcweirMODULE  = simpress
35cdf0e10cSrcweir
36cdf0e10cSrcweir# --- Settings -----------------------------------------------------
37cdf0e10cSrcweir
38cdf0e10cSrcweir.INCLUDE : settings.mk
39cdf0e10cSrcweir.INCLUDE : $(PRJ)$/settings.pmk
40cdf0e10cSrcweir
41cdf0e10cSrcweir# this list matches the *.xhp files to process
42cdf0e10cSrcweirXHPFILES = \
43cdf0e10cSrcweir   04010000.xhp \
44cdf0e10cSrcweir   04020000.xhp \
45cdf0e10cSrcweir   04030000.xhp \
46cdf0e10cSrcweir   04040000.xhp \
47cdf0e10cSrcweir   04060000.xhp \
48cdf0e10cSrcweir   04070000.xhp \
49cdf0e10cSrcweir   08020000.xhp \
50cdf0e10cSrcweir   08060000.xhp \
51cdf0e10cSrcweir   10020000.xhp \
52cdf0e10cSrcweir   10030000.xhp \
53cdf0e10cSrcweir   10030200.xhp \
54cdf0e10cSrcweir   10050000.xhp \
55cdf0e10cSrcweir   10060000.xhp \
56cdf0e10cSrcweir   10070000.xhp \
57cdf0e10cSrcweir   10080000.xhp \
58cdf0e10cSrcweir   10090000.xhp \
59cdf0e10cSrcweir   10100000.xhp \
60cdf0e10cSrcweir   10110000.xhp \
61cdf0e10cSrcweir   10120000.xhp \
62cdf0e10cSrcweir   10130000.xhp \
63cdf0e10cSrcweir   11060000.xhp \
64cdf0e10cSrcweir   11070000.xhp \
65cdf0e10cSrcweir   11080000.xhp \
66cdf0e10cSrcweir   11090000.xhp \
67cdf0e10cSrcweir   11100000.xhp \
68cdf0e10cSrcweir   11110000.xhp \
69cdf0e10cSrcweir   13010000.xhp \
70cdf0e10cSrcweir   13020000.xhp \
71cdf0e10cSrcweir   13030000.xhp \
72cdf0e10cSrcweir   13040000.xhp \
73cdf0e10cSrcweir   13050000.xhp \
74cdf0e10cSrcweir   13060000.xhp \
75cdf0e10cSrcweir   13080000.xhp \
76cdf0e10cSrcweir   13090000.xhp \
77cdf0e10cSrcweir   13100000.xhp \
78cdf0e10cSrcweir   13140000.xhp \
79cdf0e10cSrcweir   13150000.xhp \
80cdf0e10cSrcweir   13160000.xhp \
81cdf0e10cSrcweir   13170000.xhp \
82cdf0e10cSrcweir   13180000.xhp \
83*61feda1bSmseidel   13190000.xhp
84*61feda1bSmseidel
85cdf0e10cSrcweir# --- Targets ------------------------------------------------------
86cdf0e10cSrcweir
87cdf0e10cSrcweir.INCLUDE :  target.mk
88*61feda1bSmseidel.INCLUDE :  tg_help.mk
89