17871dc3eSAndrew Rist#**************************************************************
2*597a4c59SAriel Constenla-Haile#
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*597a4c59SAriel Constenla-Haile#
117871dc3eSAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12*597a4c59SAriel Constenla-Haile#
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*597a4c59SAriel Constenla-Haile#
207871dc3eSAndrew Rist#**************************************************************
217871dc3eSAndrew Rist
227871dc3eSAndrew Rist
23cdf0e10cSrcweir
24*597a4c59SAriel Constenla-Haile# edit to match directory level
25*597a4c59SAriel Constenla-HailePRJ=..$/..$/..$/..
26*597a4c59SAriel Constenla-Haile# same for all makefiles in "helpcontent2"
27*597a4c59SAriel Constenla-HailePRJNAME = helpcontent2
28*597a4c59SAriel Constenla-Haile# edit to match the current package
29*597a4c59SAriel Constenla-HailePACKAGE = text/simpress/minimizer
30*597a4c59SAriel Constenla-Haile# uniqe name (module wide);
31*597a4c59SAriel Constenla-Haile# using a modified form of package should do here
32*597a4c59SAriel Constenla-HaileTARGET  = text_simpress_minimizer
33*597a4c59SAriel Constenla-Haile# edit to match the current module
34*597a4c59SAriel Constenla-HaileMODULE  = simpress
35cdf0e10cSrcweir
36*597a4c59SAriel Constenla-Haile# --- Settings -----------------------------------------------------
37cdf0e10cSrcweir
38*597a4c59SAriel Constenla-Haile.INCLUDE : settings.mk
39*597a4c59SAriel Constenla-Haile.INCLUDE : $(PRJ)$/settings.pmk
40cdf0e10cSrcweir
41*597a4c59SAriel Constenla-Haile# this list matches the *.xhp files to process
42*597a4c59SAriel Constenla-HaileXHPFILES = \
43*597a4c59SAriel Constenla-Haile   main.xhp \
44*597a4c59SAriel Constenla-Haile   step1.xhp \
45*597a4c59SAriel Constenla-Haile   step2.xhp \
46*597a4c59SAriel Constenla-Haile   step3.xhp \
47*597a4c59SAriel Constenla-Haile   step4.xhp \
48*597a4c59SAriel Constenla-Haile   step5.xhp \
49*597a4c59SAriel Constenla-Haile   infobox.xhp \
50*597a4c59SAriel Constenla-Haile   shared.xhp \
51cdf0e10cSrcweir
52880c69c6SAriel Constenla-Haile
53*597a4c59SAriel Constenla-Haile# --- Targets ------------------------------------------------------
54cdf0e10cSrcweir
55cdf0e10cSrcweir.INCLUDE :  target.mk
56*597a4c59SAriel Constenla-Haile.INCLUDE : tg_help.mk
57