Update ooo320-m1
[ooovba.git] / helpcontent2 / source / text / smath / 01 / makefile.mk
blob16dae3b0d69c13470b415dfef51f0e7709b6d2fd
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/smath/01
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET = text_smath_01
41 # edit to match the current module
42 MODULE = smath
44 # --- Settings -----------------------------------------------------
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/settings.pmk
49 # this list matches the *.xhp files to process
50 XHPFILES = \
51 02080000.xhp \
52 02090000.xhp \
53 02100000.xhp \
54 02110000.xhp \
55 03040000.xhp \
56 03050000.xhp \
57 03060000.xhp \
58 03070000.xhp \
59 03080000.xhp \
60 03090000.xhp \
61 03090100.xhp \
62 03090200.xhp \
63 03090300.xhp \
64 03090400.xhp \
65 03090500.xhp \
66 03090600.xhp \
67 03090700.xhp \
68 03090800.xhp \
69 03090900.xhp \
70 03090901.xhp \
71 03090902.xhp \
72 03090903.xhp \
73 03090904.xhp \
74 03090905.xhp \
75 03090906.xhp \
76 03090907.xhp \
77 03090908.xhp \
78 03090909.xhp \
79 03090910.xhp \
80 03091100.xhp \
81 03091200.xhp \
82 03091300.xhp \
83 03091400.xhp \
84 03091500.xhp \
85 03091501.xhp \
86 03091502.xhp \
87 03091503.xhp \
88 03091504.xhp \
89 03091505.xhp \
90 03091506.xhp \
91 03091507.xhp \
92 03091508.xhp \
93 03091509.xhp \
94 03091600.xhp \
95 05010000.xhp \
96 05010100.xhp \
97 05020000.xhp \
98 05030000.xhp \
99 05040000.xhp \
100 05050000.xhp \
101 06010000.xhp \
102 06010100.xhp \
103 06020000.xhp
105 # --- Targets ------------------------------------------------------
107 .INCLUDE : target.mk
108 .INCLUDE : $(PRJ)$/makefile.pmk