diff options
author | Matthew Johnson <mjj29@illythia.matthew.ath.cx> | 2007-07-11 19:27:57 +0100 |
---|---|---|
committer | Matthew Johnson <mjj29@illythia.matthew.ath.cx> | 2007-07-11 19:27:57 +0100 |
commit | 04d72d4603ca53e0de53d9c2a7a2e6c3cd32c6c5 (patch) | |
tree | 04164c61f0321d1c0ad8c268ff70f303f3e99706 /Makefile | |
parent | 0e749d6c0562bc59a9ee601bfaf063695558699c (diff) |
+++ b/changelog
+ * Update documentation for nested classes
+ * Documentation build fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ doc/dbus-java/index.html: dbus-java.tex .doc rm -f doc/dbus-java/*{4ct,4tc,aux,dvi,idv,lg,log,tmp,xref} cp doc/dbus-java/dbus-java.html doc/dbus-java/index.html doc/api/index.html: $(SRCDIR)/*.java $(SRCDIR)/dbus/*.java .doc - $(JAVADOC) -quiet -author -link http://java.sun.com/j2se/1.5.0/docs/api/ -classpath $(JAVAUNIXJARDIR)/unix.jar:$(JAVAUNIXJARDIR)/hexdump.jar:$(JAVAUNIXJARDIR)/debug-$(DEBUG).jar -d doc/api $(SRCDIR)/*.java $(SRCDIR)/dbus/*.java $(SRCDIR)/dbus/{types,exceptions}/*.java + $(JAVADOC) -quiet -author -link http://java.sun.com/j2se/1.5.0/docs/api/ -classpath $(JAVAUNIXJARDIR)/unix.jar:$(JAVAUNIXJARDIR)/hexdump.jar:$(JAVAUNIXJARDIR)/debug-$(DEBUG).jar -d doc/api $(SRCDIR)/*.java $(SRCDIR)/dbus/*.java $(SRCDIR)/dbus/types/*.java $(SRCDIR)/dbus/exceptions/*.java %.1: %.sgml docbook-to-man $< > $@ |