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