1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28# edit to match directory level
29PRJ		= ..$/..$/..$/..
30# same for all makefiles in "helpcontent2"
31PRJNAME = helpcontent2
32# edit to match the current package
33PACKAGE = text/simpress/01
34# uniqe name (module wide);
35# using a modified form of package should do here
36TARGET  = text_simpress_01
37# edit to match the current module
38MODULE  = simpress
39
40# --- Settings -----------------------------------------------------
41
42.INCLUDE : settings.mk
43.INCLUDE : $(PRJ)$/settings.pmk
44
45# this list matches the *.xhp files to process
46XHPFILES = \
47   01170000.xhp \
48   01180000.xhp \
49   01180001.xhp \
50   01180002.xhp \
51   02110000.xhp \
52   02120000.xhp \
53   02130000.xhp \
54   02140000.xhp \
55   02150000.xhp \
56   02160000.xhp \
57   03050000.xhp \
58   03060000.xhp \
59   03070000.xhp \
60   03080000.xhp \
61   03090000.xhp \
62   03100000.xhp \
63   03110000.xhp \
64   03120000.xhp \
65   03130000.xhp \
66   03150000.xhp \
67   03150100.xhp \
68   03150300.xhp \
69   03151000.xhp \
70   03151100.xhp \
71   03151200.xhp \
72   03152000.xhp \
73   03180000.xhp \
74   04010000.xhp \
75   04020000.xhp \
76   04030000.xhp \
77   04030000m.xhp \
78   04030100.xhp \
79   04040000m.xhp \
80   04080100.xhp \
81   04110000.xhp \
82   04110100.xhp \
83   04110200.xhp \
84   04120000.xhp \
85   04130000.xhp \
86   04140000.xhp \
87   04990000.xhp \
88   04990100.xhp \
89   04990200.xhp \
90   04990300.xhp \
91   04990400.xhp \
92   04990500.xhp \
93   04990600.xhp \
94   04990700.xhp \
95   05090000m.xhp \
96   05100000.xhp \
97   05110500m.xhp \
98   05120000.xhp \
99   05120100.xhp \
100   05120500m.xhp \
101   05130000.xhp \
102   05140000.xhp \
103   05150000.xhp \
104   05170000.xhp \
105   05250000.xhp \
106   05250500.xhp \
107   05250600.xhp \
108   05250700.xhp \
109   06030000.xhp \
110   06040000.xhp \
111   06050000.xhp \
112   06060000.xhp \
113   06070000.xhp \
114   06080000.xhp \
115   06100000.xhp \
116   06100100.xhp \
117   13050000.xhp \
118   13050100.xhp \
119   13050200.xhp \
120   13050300.xhp \
121   13050400.xhp \
122   13050500.xhp \
123   13050600.xhp \
124   13050700.xhp \
125   13140000.xhp \
126   13150000.xhp \
127   13160000.xhp \
128   13170000.xhp \
129   13180000.xhp \
130   13180100.xhp \
131   13180200.xhp \
132   13180300.xhp \
133   animationeffect.xhp \
134   effectoptions.xhp \
135   effectoptionseffect.xhp \
136   effectoptionstext.xhp \
137   effectoptionstiming.xhp \
138   slidesorter.xhp \
139   taskpanel.xhp
140
141# --- Targets ------------------------------------------------------
142
143.INCLUDE :  target.mk
144.INCLUDE : tg_help.mk
145