summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/scalc/guide/makefile.mk
diff options
context:
space:
mode:
authorFrank Peters <fpe@openoffice.org>2004-08-18 09:59:46 +0000
committerFrank Peters <fpe@openoffice.org>2004-08-18 09:59:46 +0000
commit4f48bcc7937fbc586af7720d4225768ee6913e2a (patch)
tree431c32101c9b8349fe8f420615df796296d69a90 /helpcontent2/source/text/scalc/guide/makefile.mk
#i33146# Initial checkin
Diffstat (limited to 'helpcontent2/source/text/scalc/guide/makefile.mk')
-rw-r--r--helpcontent2/source/text/scalc/guide/makefile.mk117
1 files changed, 117 insertions, 0 deletions
diff --git a/helpcontent2/source/text/scalc/guide/makefile.mk b/helpcontent2/source/text/scalc/guide/makefile.mk
new file mode 100644
index 0000000000..8dff66ddcb
--- /dev/null
+++ b/helpcontent2/source/text/scalc/guide/makefile.mk
@@ -0,0 +1,117 @@
+#*************************************************************************
+#*
+#* $Workfile:$
+#*
+#* Creation date KR 28.06.99
+#* last change $Author: fpe $ $Date: 2004-08-18 10:54:39 $
+#*
+#* $Revision: 1.1 $
+#*
+#* $Logfile:$
+#*
+#* Copyright 2000 Sun Microsystems, Inc. All Rights Reserved.
+#*
+#*************************************************************************
+
+# edit to match directory level
+PRJ = ..$/..$/..$/..
+# same for all makefiles in "help2"
+PRJNAME = help2
+# edit to match the current package
+PACKAGE = text/scalc/guide
+# uniqe name (module wide);
+# using a modified forme of package should do here
+TARGET = text_scalc_guide
+# edit to match the current module
+MODULE = scalc
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : $(PRJ)$/settings.pmk
+.INCLUDE : settings.mk
+
+# this list matches the *.xml files to process
+HZIPFILES = \
+ address_auto.hzip \
+ address_byname.hzip \
+ auto_off.hzip \
+ autofilter.hzip \
+ autoformat.hzip \
+ calc_date.hzip \
+ calc_series.hzip \
+ calc_timevalues.hzip \
+ calculate.hzip \
+ cell_protect.hzip \
+ cell_unprotect.hzip \
+ cellcopy.hzip \
+ cellreference_dragdrop.hzip \
+ cellreferences.hzip \
+ cellreferences_url.hzip \
+ cellstyle_by_formula.hzip \
+ cellstyle_conditional.hzip \
+ cellstyle_minusvalue.hzip \
+ consolidate.hzip \
+ csv_files.hzip \
+ csv_formula.hzip \
+ currency_format.hzip \
+ database_define.hzip \
+ database_filter.hzip \
+ database_group.hzip \
+ database_sort.hzip \
+ datapilot_createtable.hzip \
+ datapilot_deletetable.hzip \
+ datapilot_edittable.hzip \
+ datapilot_filtertable.hzip \
+ datapilot_tipps.hzip \
+ datapilot_updatetable.hzip \
+ dbase_files.hzip \
+ design.hzip \
+ edit_multitables.hzip \
+ filters.hzip \
+ format_table.hzip \
+ format_value.hzip \
+ format_value_userdef.hzip \
+ formula_copy.hzip \
+ formula_enter.hzip \
+ formula_value.hzip \
+ formulas.hzip \
+ fraction_enter.hzip \
+ goalseek.hzip \
+ html_doc.hzip \
+ integer_leading_zero.hzip \
+ keyboard.hzip \
+ line_fix.hzip \
+ main.hzip \
+ mark_cells.hzip \
+ matrixformula.hzip \
+ multi_tables.hzip \
+ multioperation.hzip \
+ multitables.hzip \
+ note_insert.hzip \
+ print_details.hzip \
+ print_exact.hzip \
+ print_landscape.hzip \
+ print_title_row.hzip \
+ printranges.hzip \
+ relativ_absolut_ref.hzip \
+ rename_table.hzip \
+ rounding_numbers.hzip \
+ row_height.hzip \
+ sorted_list.hzip \
+ specialfilter.hzip \
+ super_subscript.hzip \
+ table_rotate.hzip \
+ table_view.hzip \
+ text_numbers.hzip \
+ text_rotate.hzip \
+ text_wrap.hzip \
+ userdefined_function.hzip \
+ validity.hzip \
+ value_with_name.hzip \
+ webquery.hzip \
+ year2000.hzip
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk
+.INCLUDE : $(PRJ)$/makefile.pmk