summaryrefslogtreecommitdiff
path: root/jurt/util
diff options
context:
space:
mode:
Diffstat (limited to 'jurt/util')
-rw-r--r--jurt/util/delzip0
-rw-r--r--jurt/util/makefile.mk12
2 files changed, 10 insertions, 2 deletions
diff --git a/jurt/util/delzip b/jurt/util/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/jurt/util/delzip
diff --git a/jurt/util/makefile.mk b/jurt/util/makefile.mk
index 45c7ff151e04..c463b6a56256 100644
--- a/jurt/util/makefile.mk
+++ b/jurt/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jl $ $Date: 2002-10-25 06:45:15 $
+# last change: $Author: hr $ $Date: 2003-03-26 12:33:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,6 +74,14 @@ JARCLASSDIRS = com
JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE
+# Special work necessary for building java reference with javadoc.
+# The source of puplic APIs must be delivered and used later in the
+# odk module.
+ZIP1TARGET=$(TARGET)_src
+ZIP1FLAGS=-u -r
+ZIP1DIR=$(PRJ)
+ZIP1LIST=com -x "*makefile.mk"
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk