summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/shared/07/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/shared/07/makefile.mk
#i33146# Initial checkin
Diffstat (limited to 'helpcontent2/source/text/shared/07/makefile.mk')
-rw-r--r--helpcontent2/source/text/shared/07/makefile.mk40
1 files changed, 40 insertions, 0 deletions
diff --git a/helpcontent2/source/text/shared/07/makefile.mk b/helpcontent2/source/text/shared/07/makefile.mk
new file mode 100644
index 0000000000..da13eb6168
--- /dev/null
+++ b/helpcontent2/source/text/shared/07/makefile.mk
@@ -0,0 +1,40 @@
+#*************************************************************************
+#*
+#* $Workfile:$
+#*
+#* Creation date KR 28.06.99
+#* last change $Author: fpe $ $Date: 2004-08-18 10:56:35 $
+#*
+#* $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/shared/07
+# uniqe name (module wide);
+# using a modified forme of package should do here
+TARGET = text_shared_07
+# edit to match the current module
+MODULE = shared
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : $(PRJ)$/settings.pmk
+.INCLUDE : settings.mk
+
+# this list matches the *.xml files to process
+HZIPFILES = \
+ 09000000.hzip
+
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk
+.INCLUDE : $(PRJ)$/makefile.pmk