summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/swriter/00/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/text/swriter/00/makefile.mk')
-rw-r--r--helpcontent2/source/text/swriter/00/makefile.mk46
1 files changed, 46 insertions, 0 deletions
diff --git a/helpcontent2/source/text/swriter/00/makefile.mk b/helpcontent2/source/text/swriter/00/makefile.mk
new file mode 100644
index 0000000000..e41be601c1
--- /dev/null
+++ b/helpcontent2/source/text/swriter/00/makefile.mk
@@ -0,0 +1,46 @@
+#*************************************************************************
+#*
+#* $Workfile:$
+#*
+#* Creation date KR 28.06.99
+#* last change $Author: fpe $ $Date: 2004-08-18 10:58:42 $
+#*
+#* $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/swriter/00
+# uniqe name (module wide);
+# using a modified forme of package should do here
+TARGET = text_swriter_00
+# edit to match the current module
+MODULE = swriter
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : $(PRJ)$/settings.pmk
+.INCLUDE : settings.mk
+
+# this list matches the *.xml files to process
+HZIPFILES = \
+ 00000004.hzip \
+ 00000401.hzip \
+ 00000402.hzip \
+ 00000403.hzip \
+ 00000404.hzip \
+ 00000405.hzip \
+ 00000406.hzip
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk
+.INCLUDE : $(PRJ)$/makefile.pmk