1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28# edit to match directory level
29PRJ		= ..$/..$/..$/..
30# same for all makefiles in "helpcontent2"
31PRJNAME = helpcontent2
32# edit to match the current package
33PACKAGE = text/scalc/guide
34# uniqe name (module wide);
35# using a modified form of package should do here
36TARGET  = text_scalc_guide
37# edit to match the current module
38MODULE  = scalc
39
40# --- Settings -----------------------------------------------------
41
42.INCLUDE : settings.mk
43.INCLUDE : $(PRJ)$/settings.pmk
44
45# this list matches the *.xhp files to process
46XHPFILES = \
47   address_auto.xhp \
48   auto_off.xhp \
49   autofilter.xhp \
50   autoformat.xhp \
51   background.xhp \
52   borders.xhp \
53   calc_date.xhp \
54   calc_series.xhp \
55   calc_timevalues.xhp \
56   calculate.xhp \
57   cell_enter.xhp \
58   cell_protect.xhp \
59   cell_unprotect.xhp \
60   cellcopy.xhp \
61   cellreference_dragdrop.xhp \
62   cellreferences.xhp \
63   cellreferences_url.xhp \
64   cellstyle_by_formula.xhp \
65   cellstyle_conditional.xhp \
66   cellstyle_minusvalue.xhp \
67   consolidate.xhp \
68   csv_files.xhp \
69   csv_formula.xhp \
70   currency_format.xhp \
71   database_define.xhp \
72   database_filter.xhp \
73   database_sort.xhp \
74   datapilot.xhp \
75   datapilot_createtable.xhp \
76   datapilot_deletetable.xhp \
77   datapilot_edittable.xhp \
78   datapilot_filtertable.xhp \
79   datapilot_grouping.xhp \
80   datapilot_tipps.xhp \
81   datapilot_updatetable.xhp \
82   dbase_files.xhp \
83   design.xhp \
84   edit_multitables.xhp \
85   filters.xhp \
86   finding.xhp \
87   format_table.xhp \
88   format_value.xhp \
89   format_value_userdef.xhp \
90   formula_copy.xhp \
91   formula_enter.xhp \
92   formula_value.xhp \
93   formulas.xhp \
94   fraction_enter.xhp \
95   goalseek.xhp \
96   html_doc.xhp \
97   integer_leading_zero.xhp \
98   keyboard.xhp \
99   line_fix.xhp \
100   main.xhp \
101   mark_cells.xhp \
102   matrixformula.xhp \
103   move_dragdrop.xhp \
104   multi_tables.xhp \
105   multioperation.xhp \
106   multitables.xhp \
107   note_insert.xhp \
108   numbers_text.xhp \
109   print_details.xhp \
110   print_exact.xhp \
111   print_landscape.xhp \
112   print_title_row.xhp \
113   printranges.xhp \
114   relativ_absolut_ref.xhp \
115   rename_table.xhp \
116   rounding_numbers.xhp \
117   row_height.xhp \
118   scenario.xhp \
119   sorted_list.xhp \
120   specialfilter.xhp \
121   super_subscript.xhp \
122   table_cellmerge.xhp \
123   table_rotate.xhp \
124   table_view.xhp \
125   text_numbers.xhp \
126   text_rotate.xhp \
127   text_wrap.xhp \
128   userdefined_function.xhp \
129   validity.xhp \
130   value_with_name.xhp \
131   webquery.xhp \
132   year2000.xhp
133
134# --- Targets ------------------------------------------------------
135
136.INCLUDE :  target.mk
137.INCLUDE : tg_help.mk
138