summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@matthew.ath.cx>2008-06-24 12:06:33 +0100
committerMatthew Johnson <mjj29@matthew.ath.cx>2008-06-24 12:06:33 +0100
commitdc461532023f40cd4bc993ef5ae2e186e8bdd283 (patch)
treeb1a93974b6d5657a9e65c5c69b0e3af897bfb7d1 /Makefile
parente6f6a1840f43868d4805c9740aac8b104bcb7e6d (diff)
provide a bin target which doesn't build man and doc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index fc78d4e..2ff6032 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,10 @@ RELEASEVERSION = $(shell sed -n '/^Version/s/.* \(.*\):/\1/p' changelog | sed -n
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 DBusCall.bat DBusCall.sh DBusCall.sgml translations
-all: libdbus-java-$(VERSION).jar dbus-java-viewer-$(VERSION).jar bin/DBusDaemon bin/ListDBus bin/CreateInterface bin/DBusViewer dbus-java-bin-$(VERSION).jar bin/DBusCall doc man
+all: bin doc man
+bin: libdbus-java-$(VERSION).jar dbus-java-viewer-$(VERSION).jar bin/DBusDaemon bin/ListDBus bin/CreateInterface bin/DBusViewer dbus-java-bin-$(VERSION).jar bin/DBusCall
+man: CreateInterface.1 ListDBus.1 DBusDaemon.1 DBusViewer.1 DBusCall.1
+doc: doc/dbus-java.dvi doc/dbus-java.ps doc/dbus-java.pdf doc/dbus-java/index.html doc/api/index.html
clean:
rm -rf doc bin classes testbin win
@@ -104,10 +107,6 @@ dbus-viewer.jar: dbus-java-viewer-$(VERSION).jar
jar: libdbus-java-$(VERSION).jar
-man: CreateInterface.1 ListDBus.1 DBusDaemon.1 DBusViewer.1 DBusCall.1
-
-
-doc: doc/dbus-java.dvi doc/dbus-java.ps doc/dbus-java.pdf doc/dbus-java/index.html doc/api/index.html
.doc:
mkdir -p doc
mkdir -p doc/dbus-java