1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24# edit to match directory level
25PRJ		= ..$/..$/..$/..
26# same for all makefiles in "helpcontent2"
27PRJNAME = helpcontent2
28# edit to match the current package
29PACKAGE = text/scalc/guide
30# uniqe name (module wide);
31# using a modified form of package should do here
32TARGET  = text_scalc_guide
33# edit to match the current module
34MODULE  = scalc
35
36# --- Settings -----------------------------------------------------
37
38.INCLUDE : settings.mk
39.INCLUDE : $(PRJ)$/settings.pmk
40
41# this list matches the *.xhp files to process
42XHPFILES = \
43   address_auto.xhp \
44   auto_off.xhp \
45   autofilter.xhp \
46   autoformat.xhp \
47   background.xhp \
48   borders.xhp \
49   calc_date.xhp \
50   calc_series.xhp \
51   calc_timevalues.xhp \
52   calculate.xhp \
53   cell_enter.xhp \
54   cell_protect.xhp \
55   cell_unprotect.xhp \
56   cellcopy.xhp \
57   cellreference_dragdrop.xhp \
58   cellreferences.xhp \
59   cellreferences_url.xhp \
60   cellstyle_by_formula.xhp \
61   cellstyle_conditional.xhp \
62   cellstyle_minusvalue.xhp \
63   consolidate.xhp \
64   csv_files.xhp \
65   csv_formula.xhp \
66   currency_format.xhp \
67   database_define.xhp \
68   database_filter.xhp \
69   database_sort.xhp \
70   datapilot.xhp \
71   datapilot_createtable.xhp \
72   datapilot_deletetable.xhp \
73   datapilot_edittable.xhp \
74   datapilot_filtertable.xhp \
75   datapilot_grouping.xhp \
76   datapilot_tipps.xhp \
77   datapilot_updatetable.xhp \
78   dbase_files.xhp \
79   design.xhp \
80   edit_multitables.xhp \
81   filters.xhp \
82   finding.xhp \
83   format_table.xhp \
84   format_value.xhp \
85   format_value_userdef.xhp \
86   formula_copy.xhp \
87   formula_enter.xhp \
88   formula_value.xhp \
89   formulas.xhp \
90   fraction_enter.xhp \
91   goalseek.xhp \
92   html_doc.xhp \
93   integer_leading_zero.xhp \
94   keyboard.xhp \
95   line_fix.xhp \
96   main.xhp \
97   mark_cells.xhp \
98   matrixformula.xhp \
99   move_dragdrop.xhp \
100   multi_tables.xhp \
101   multioperation.xhp \
102   multitables.xhp \
103   note_insert.xhp \
104   numbers_text.xhp \
105   print_details.xhp \
106   print_exact.xhp \
107   print_landscape.xhp \
108   print_title_row.xhp \
109   printranges.xhp \
110   relativ_absolut_ref.xhp \
111   rename_table.xhp \
112   rounding_numbers.xhp \
113   row_height.xhp \
114   scenario.xhp \
115   sorted_list.xhp \
116   specialfilter.xhp \
117   super_subscript.xhp \
118   table_cellmerge.xhp \
119   table_rotate.xhp \
120   table_view.xhp \
121   text_numbers.xhp \
122   text_rotate.xhp \
123   text_wrap.xhp \
124   userdefined_function.xhp \
125   validity.xhp \
126   value_with_name.xhp \
127   webquery.xhp \
128   year2000.xhp
129
130# --- Targets ------------------------------------------------------
131
132.INCLUDE :  target.mk
133.INCLUDE : tg_help.mk
134