merge the formfield patch from ooo-build
[ooovba.git] / helpcontent2 / source / text / scalc / guide / makefile.mk
blobdbb61d1c4ea0c47cb5881fd2dfceae0946539686
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/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
42 MODULE = scalc
44 # --- Settings -----------------------------------------------------
46 .INCLUDE : settings.mk
47 .INCLUDE : $(PRJ)$/settings.pmk
49 # this list matches the *.xhp files to process
50 XHPFILES = \
51 address_auto.xhp \
52 auto_off.xhp \
53 autofilter.xhp \
54 autoformat.xhp \
55 background.xhp \
56 borders.xhp \
57 calc_date.xhp \
58 calc_series.xhp \
59 calc_timevalues.xhp \
60 calculate.xhp \
61 cell_enter.xhp \
62 cell_protect.xhp \
63 cell_unprotect.xhp \
64 cellcopy.xhp \
65 cellreference_dragdrop.xhp \
66 cellreferences.xhp \
67 cellreferences_url.xhp \
68 cellstyle_by_formula.xhp \
69 cellstyle_conditional.xhp \
70 cellstyle_minusvalue.xhp \
71 consolidate.xhp \
72 csv_files.xhp \
73 csv_formula.xhp \
74 currency_format.xhp \
75 database_define.xhp \
76 database_filter.xhp \
77 database_sort.xhp \
78 datapilot.xhp \
79 datapilot_createtable.xhp \
80 datapilot_deletetable.xhp \
81 datapilot_edittable.xhp \
82 datapilot_filtertable.xhp \
83 datapilot_grouping.xhp \
84 datapilot_tipps.xhp \
85 datapilot_updatetable.xhp \
86 dbase_files.xhp \
87 design.xhp \
88 edit_multitables.xhp \
89 filters.xhp \
90 finding.xhp \
91 format_table.xhp \
92 format_value.xhp \
93 format_value_userdef.xhp \
94 formula_copy.xhp \
95 formula_enter.xhp \
96 formula_value.xhp \
97 formulas.xhp \
98 fraction_enter.xhp \
99 goalseek.xhp \
100 html_doc.xhp \
101 integer_leading_zero.xhp \
102 keyboard.xhp \
103 line_fix.xhp \
104 main.xhp \
105 mark_cells.xhp \
106 matrixformula.xhp \
107 move_dragdrop.xhp \
108 multi_tables.xhp \
109 multioperation.xhp \
110 multitables.xhp \
111 note_insert.xhp \
112 numbers_text.xhp \
113 print_details.xhp \
114 print_exact.xhp \
115 print_landscape.xhp \
116 print_title_row.xhp \
117 printranges.xhp \
118 relativ_absolut_ref.xhp \
119 rename_table.xhp \
120 rounding_numbers.xhp \
121 row_height.xhp \
122 scenario.xhp \
123 sorted_list.xhp \
124 specialfilter.xhp \
125 super_subscript.xhp \
126 table_cellmerge.xhp \
127 table_rotate.xhp \
128 table_view.xhp \
129 text_numbers.xhp \
130 text_rotate.xhp \
131 text_wrap.xhp \
132 userdefined_function.xhp \
133 validity.xhp \
134 value_with_name.xhp \
135 webquery.xhp \
136 year2000.xhp
138 # --- Targets ------------------------------------------------------
140 .INCLUDE : target.mk
141 .INCLUDE : $(PRJ)$/makefile.pmk