1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.template,v $
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
34 # same for all makefiles in "helpcontent2"
35 PRJNAME
= helpcontent2
36 # edit to match the current package
37 PACKAGE
= text
/scalc
/guide
38 # uniqe name (module wide);
39 # using a modified form of package should do here
40 TARGET
= text_scalc_guide
41 # edit to match the current module
44 # --- Settings -----------------------------------------------------
46 .INCLUDE
: settings.mk
47 .INCLUDE
: $(PRJ
)$/settings.pmk
49 # this list matches the *.xhp files to process
65 cellreference_dragdrop.xhp \
67 cellreferences_url.xhp \
68 cellstyle_by_formula.xhp \
69 cellstyle_conditional.xhp \
70 cellstyle_minusvalue.xhp \
79 datapilot_createtable.xhp \
80 datapilot_deletetable.xhp \
81 datapilot_edittable.xhp \
82 datapilot_filtertable.xhp \
83 datapilot_grouping.xhp \
85 datapilot_updatetable.xhp \
88 edit_multitables.xhp \
93 format_value_userdef.xhp \
101 integer_leading_zero.xhp \
115 print_landscape.xhp \
116 print_title_row.xhp \
118 relativ_absolut_ref.xhp \
120 rounding_numbers.xhp \
125 super_subscript.xhp \
126 table_cellmerge.xhp \
132 userdefined_function.xhp \
134 value_with_name.xhp \
138 # --- Targets ------------------------------------------------------
141 .INCLUDE
: $(PRJ
)$/makefile.pmk