summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/schart/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/schart/makefile.mk
#i33146# Initial checkin
Diffstat (limited to 'helpcontent2/source/text/schart/makefile.mk')
-rw-r--r--helpcontent2/source/text/schart/makefile.mk52
1 files changed, 52 insertions, 0 deletions
diff --git a/helpcontent2/source/text/schart/makefile.mk b/helpcontent2/source/text/schart/makefile.mk
new file mode 100644
index 0000000000..76e4711879
--- /dev/null
+++ b/helpcontent2/source/text/schart/makefile.mk
@@ -0,0 +1,52 @@
+#*************************************************************************
+#*
+#* $Workfile:$
+#*
+#* Creation date KR 28.06.99
+#* last change $Author: fpe $ $Date: 2004-08-18 10:54:46 $
+#*
+#* $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/schart
+# uniqe name (module wide);
+# using a modified forme of package should do here
+TARGET = text_schart
+# edit to match the current module
+MODULE = text/schart
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : $(PRJ)$/settings.pmk
+.INCLUDE : settings.mk
+
+# this list matches the *.xml files to process
+HZIPFILES = \
+ main0000.hzip \
+ main0100.hzip \
+ main0101.hzip \
+ main0102.hzip \
+ main0103.hzip \
+ main0104.hzip \
+ main0105.hzip \
+ main0106.hzip \
+ main0107.hzip \
+ main0200.hzip \
+ main0202.hzip \
+ main0203.hzip \
+ main0503.hzip
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk
+.INCLUDE : $(PRJ)$/makefile.pmk