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