merge the formfield patch from ooo-build
[ooovba.git] / helpcontent2 / source / text / swriter / 02 / makefile.mk
blob4e6abad8c1f7e2343eb01cdf59eecd149c30d8f2
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/swriter/02
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET = text_swriter_02
41 # edit to match the current module
42 MODULE = swriter
44 # --- Settings -----------------------------------------------------
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/settings.pmk
49 # this list matches the *.xhp files to process
50 XHPFILES = \
51 02110000.xhp \
52 03210000.xhp \
53 03220000.xhp \
54 04090000.xhp \
55 04100000.xhp \
56 04220000.xhp \
57 04230000.xhp \
58 04240000.xhp \
59 04250000.xhp \
60 06040000.xhp \
61 06070000.xhp \
62 06080000.xhp \
63 06090000.xhp \
64 06120000.xhp \
65 06130000.xhp \
66 06140000.xhp \
67 08010000.xhp \
68 08080000.xhp \
69 10010000.xhp \
70 10020000.xhp \
71 10030000.xhp \
72 10050000.xhp \
73 10070000.xhp \
74 10080000.xhp \
75 10090000.xhp \
76 10110000.xhp \
77 14010000.xhp \
78 14020000.xhp \
79 14030000.xhp \
80 14040000.xhp \
81 14050000.xhp \
82 18010000.xhp \
83 18030000.xhp \
84 18030100.xhp \
85 18030200.xhp \
86 18030300.xhp \
87 18030400.xhp \
88 18030500.xhp \
89 18030600.xhp \
90 18030700.xhp \
91 18120000.xhp \
92 18130000.xhp \
93 19010000.xhp \
94 19020000.xhp \
95 19030000.xhp \
96 19040000.xhp \
97 19050000.xhp
99 # --- Targets ------------------------------------------------------
101 .INCLUDE : target.mk
102 .INCLUDE : $(PRJ)$/makefile.pmk