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/smath/01
30# uniqe name (module wide);
31# using a modified form of package should do here
32TARGET  = text_smath_01
33# edit to match the current module
34MODULE  = smath
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   02080000.xhp \
44   02090000.xhp \
45   02100000.xhp \
46   02110000.xhp \
47   03040000.xhp \
48   03050000.xhp \
49   03060000.xhp \
50   03070000.xhp \
51   03080000.xhp \
52   03090000.xhp \
53   03090100.xhp \
54   03090200.xhp \
55   03090300.xhp \
56   03090400.xhp \
57   03090500.xhp \
58   03090600.xhp \
59   03090700.xhp \
60   03090800.xhp \
61   03090900.xhp \
62   03090901.xhp \
63   03090902.xhp \
64   03090903.xhp \
65   03090904.xhp \
66   03090905.xhp \
67   03090906.xhp \
68   03090907.xhp \
69   03090908.xhp \
70   03090909.xhp \
71   03090910.xhp \
72   03091100.xhp \
73   03091200.xhp \
74   03091300.xhp \
75   03091400.xhp \
76   03091500.xhp \
77   03091501.xhp \
78   03091502.xhp \
79   03091503.xhp \
80   03091504.xhp \
81   03091505.xhp \
82   03091506.xhp \
83   03091507.xhp \
84   03091508.xhp \
85   03091509.xhp \
86   03091600.xhp \
87   05010000.xhp \
88   05010100.xhp \
89   05020000.xhp \
90   05030000.xhp \
91   05040000.xhp \
92   05050000.xhp \
93   06010000.xhp \
94   06010100.xhp \
95   06020000.xhp
96
97# --- Targets ------------------------------------------------------
98
99.INCLUDE :  target.mk
100.INCLUDE : tg_help.mk
101