summaryrefslogtreecommitdiff
path: root/helpcontent2/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/util/makefile.mk')
-rw-r--r--helpcontent2/util/makefile.mk36
1 files changed, 36 insertions, 0 deletions
diff --git a/helpcontent2/util/makefile.mk b/helpcontent2/util/makefile.mk
new file mode 100644
index 0000000000..7c8c8aeea3
--- /dev/null
+++ b/helpcontent2/util/makefile.mk
@@ -0,0 +1,36 @@
+#*************************************************************************
+#*
+#* $Workfile:$
+#*
+#* Creation date KR 28.06.99
+#* last change $Author: hjs $ $Date: 2004-08-24 10:35:18 $
+#*
+#* $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
+# uniqe name (module wide);
+# using a modified forme of package should do here
+TARGET = plain_util
+
+# --- Settings -----------------------------------------------------
+
+.INCLUDE : $(PRJ)$/settings.pmk
+.INCLUDE : settings.mk
+
+ZIP1TARGET=helpxsl
+ZIP1FLAGS= -u -r
+ZIP1DIR=$(PRJ)$/source$/auxiliary
+ZIP1LIST=main_transform*.xsl
+# --- Targets ------------------------------------------------------
+
+.INCLUDE : target.mk
+