merge the formfield patch from ooo-build
[ooovba.git] / helpcontent2 / source / text / schart / 01 / makefile.mk
blob3b96c095bb6da40310f2aee11c28ff63a17f9734
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/schart/01
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET = text_schart_01
41 # edit to match the current module
42 MODULE = schart
44 # --- Settings -----------------------------------------------------
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/settings.pmk
49 # this list matches the *.xhp files to process
50 XHPFILES = \
51 03010000.xhp \
52 04010000.xhp \
53 04020000.xhp \
54 04030000.xhp \
55 04040000.xhp \
56 04050000.xhp \
57 04050100.xhp \
58 04060000.xhp \
59 04070000.xhp \
60 05010000.xhp \
61 05010100.xhp \
62 05010200.xhp \
63 05020000.xhp \
64 05020100.xhp \
65 05020101.xhp \
66 05020200.xhp \
67 05020201.xhp \
68 05030000.xhp \
69 05040000.xhp \
70 05040100.xhp \
71 05040200.xhp \
72 05040201.xhp \
73 05040202.xhp \
74 05050000.xhp \
75 05050100.xhp \
76 05060000.xhp \
77 05070000.xhp \
78 05080000.xhp \
79 05120000.xhp \
80 choose_chart_type.xhp \
81 smooth_line_properties.xhp \
82 three_d_view.xhp \
83 type_area.xhp \
84 type_bubble.xhp \
85 type_column_bar.xhp \
86 type_column_line.xhp \
87 type_line.xhp \
88 type_net.xhp \
89 type_pie.xhp \
90 type_stock.xhp \
91 type_xy.xhp \
92 wiz_chart_elements.xhp \
93 wiz_chart_type.xhp \
94 wiz_data_range.xhp \
95 wiz_data_series.xhp
97 # --- Targets ------------------------------------------------------
99 .INCLUDE : target.mk
100 .INCLUDE : $(PRJ)$/makefile.pmk