summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.matthew.ath.cx>2008-06-23 23:22:39 +0100
committerMatthew Johnson <mjj29@hecate.matthew.ath.cx>2008-06-23 23:22:39 +0100
commite6f6a1840f43868d4805c9740aac8b104bcb7e6d (patch)
tree5a1ef8c21f259e6e423ae4ca14ce1e27cedb96c3
parent467aed4bfe2e187b99049a70385cb8b155507ba2 (diff)
Patch from Omair Majid <omajid -at- redhat -dot- com> to
have make all build the manpages.
-rw-r--r--Makefile8
-rw-r--r--changelog2
2 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 850daf5..fc78d4e 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ 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
+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
clean:
rm -rf doc bin classes testbin win
@@ -103,6 +103,10 @@ dbus-viewer.jar: dbus-java-viewer-$(VERSION).jar
ln -sf $< $@
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
@@ -234,7 +238,7 @@ uninstall:
rm -f $(DESTDIR)$(MANPREFIX)/CreateInterface.1 $(DESTDIR)$(MANPREFIX)/ListDBus.1 $(DESTDIR)$(MANPREFIX)/DBusViewer.1 $(DESTDIR)$(MANPREFIX)/DBusDaemon.1 $(DESTDIR)$(MANPREFIX)/DBusCall.1
rm -f $(DESTDIR)$(BINPREFIX)/CreateInterface $(DESTDIR)$(BINPREFIX)/ListDBus $(DESTDIR)$(BINPREFIX)/DBusViewer $(DESTDIR)$(BINPREFIX)/DBusDaemon $(DESTDIR)$(BINPREFIX)/DBusCall
-install: install-bin install-man
+install: install-bin install-man install-doc
install-bin: dbus-java-viewer-$(VERSION).jar libdbus-java-$(VERSION).jar bin/CreateInterface bin/ListDBus bin/DBusViewer bin/DBusDaemon dbus-java-bin-$(VERSION).jar bin/DBusCall
install -d $(DESTDIR)$(JARPREFIX)
diff --git a/changelog b/changelog
index bf5b343..0d9830e 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,8 @@ Version 2.5:
* Patch from Omair Majid <omajid -at- redhat -dot- com> to
have seperate javadoc installation directory
+ * Patch from Omair Majid <omajid -at- redhat -dot- com> to
+ have make all build the manpages.
Version 2.4.1: