summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@illythia.matthew.ath.cx>2007-01-03 15:43:10 +0000
committerMatthew Johnson <mjj29@illythia.matthew.ath.cx>2007-01-03 15:43:10 +0000
commit68ae1791cf5b893769792eca41f36b0cff95e08d (patch)
treed82f11b1f1ef9f02684d8324e5f81688e4963eeb
parentcb9a4e81e355b2c6ddb92c2bbbfc0467b5227644 (diff)
add zip target2.0
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a10fe9..337c05c 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ DEBUG=disable
VERSION = 2.0
RELEASEVERSION = 2.0
-DISTFILES=dbus-java.tex Makefile org tmp-session.conf CreateInterface.sgml DBusDaemon.sgml ListDBus.sgml DBusViewer.sgml changelog AUTHORS COPYING README INSTALL CreateInterface.sh DBusDaemon.sh ListDBus.sh DBusViewer.sh DBusDaemon.bat CreateInterface.bat ListDBus.bat DBusViewer.bat
+DISTFILES=dbus-java.tex Makefile org tmp-session.conf CreateInterface.sgml DBusDaemon.sgml ListDBus.sgml DBusViewer.sgml changelog AUTHORS COPYING README INSTALL CreateInterface.sh DBusDaemon.sh ListDBus.sh DBusViewer.sh DBusDaemon.bat CreateInterface.bat ListDBus.bat DBusViewer.bat compile.bat
all: libdbus-java-$(VERSION).jar dbus-java-viewer-$(VERSION).jar bin/DBusDaemon bin/ListDBus bin/CreateInterface bin/DBusViewer dbus-java-bin-$(VERSION).jar
@@ -275,6 +275,8 @@ libdbus-java-$(VERSION): .dist
dbus-java-$(VERSION).tar.gz: .dist
tar zcf $@ dbus-java-$(VERSION)
+dbus-java-$(VERSION).zip: .dist
+ zip -r $@ dbus-java-$(VERSION)/
dbus-java-$(RELEASEVERSION).tar.gz: $(DISTFILES)
mkdir -p dbus-java-$(RELEASEVERSION)/