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/optionen
30# uniqe name (module wide);
31# using a modified form of package should do here
32TARGET  = text_shared_optionen
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   01000000.xhp \
44   01010000.xhp \
45   01010100.xhp \
46   01010200.xhp \
47   01010300.xhp \
48   01010301.xhp \
49   01010400.xhp \
50   01010401.xhp \
51   01010500.xhp \
52   01010501.xhp \
53   01010600.xhp \
54   01010700.xhp \
55   01010800.xhp \
56   01010900.xhp \
57   01011000.xhp \
58   01012000.xhp \
59   01013000.xhp \
60   01014000.xhp \
61   01020000.xhp \
62   01020100.xhp \
63   01020200.xhp \
64   01020300.xhp \
65   01030000.xhp \
66   01030300.xhp \
67   01030500.xhp \
68   01040000.xhp \
69   01040200.xhp \
70   01040300.xhp \
71   01040301.xhp \
72   01040400.xhp \
73   01040500.xhp \
74   01040600.xhp \
75   01040700.xhp \
76   01040900.xhp \
77   01041000.xhp \
78   01041100.xhp \
79   01050000.xhp \
80   01050100.xhp \
81   01050300.xhp \
82   01060000.xhp \
83   01060100.xhp \
84   01060300.xhp \
85   01060400.xhp \
86   01060401.xhp \
87   01060500.xhp \
88   01060600.xhp \
89   01060700.xhp \
90   01070000.xhp \
91   01070100.xhp \
92   01070300.xhp \
93   01070400.xhp \
94   01070500.xhp \
95   01080000.xhp \
96   01090000.xhp \
97   01090100.xhp \
98   01110000.xhp \
99   01110100.xhp \
100   01130100.xhp \
101   01130200.xhp \
102   01140000.xhp \
103   01150000.xhp \
104   01150100.xhp \
105   01150200.xhp \
106   01150300.xhp \
107   01160000.xhp \
108   01160100.xhp \
109   01160200.xhp \
110   01160201.xhp \
111   java.xhp \
112   javaclasspath.xhp \
113   javaparameters.xhp \
114   macrosecurity.xhp \
115   macrosecurity_sl.xhp \
116   macrosecurity_ts.xhp \
117   mailmerge.xhp \
118   online_update.xhp \
119   serverauthentication.xhp \
120   testaccount.xhp \
121   viewcertificate.xhp \
122   viewcertificate_c.xhp \
123   viewcertificate_d.xhp \
124   viewcertificate_g.xhp
125
126# --- Targets ------------------------------------------------------
127
128.INCLUDE :  target.mk
129.INCLUDE : tg_help.mk
130