gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob Makefile


From: Matti Katila
Subject: [Gzz-commits] libvob Makefile
Date: Mon, 14 Apr 2003 08:12:20 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Matti Katila <address@hidden>   03/04/14 08:12:20

Modified files:
        .              : Makefile 

Log message:
        javadoc

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/Makefile.diff?tr1=1.29&tr2=1.30&r1=text&r2=text

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.29 libvob/Makefile:1.30
--- libvob/Makefile:1.29        Fri Apr 11 08:38:48 2003
+++ libvob/Makefile     Mon Apr 14 08:12:19 2003
@@ -14,6 +14,22 @@
 docxx:
        doc++  -a --before-group --before-class --no-java-graphs 
--trivial-graphs  -H -F -d doc/docxx -u include/vob/Vob.hxx
 
+DOCPKGS= org.nongnu.libvob\
+        org.nongnu.libvob.impl\
+        org.nongnu.libvob.impl.awt\
+        org.nongnu.libvob.impl.gl\
+        org.nongnu.libvob.util\
+        org.nongnu.libvob.vobs\
+        org.nongnu.libvob.buoy\
+        org.nongnu.libvob.gl
+
+JAVADOCOPTS=-use -version -author -windowtitle "Libvob Java API"
+java-doc:
+       find . -name '*.class' | xargs rm -f # Don't let javadoc see these
+       rm -Rf doc/javadoc
+       mkdir -p doc/javadoc
+       javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)
+
 java:
        mkdir -p CLASSES
        $(JAVAC) $(DEBUG) -d $(CLASSDIR) $(RAWSRC) 
@@ -102,7 +118,7 @@
 
 ########################
 # Navidoc targets begin
-docs:   # navidoc make html is recursive
+docs:   java-doc # navidoc make html is recursive
        make -C "../navidoc/" html RST="../libvob/doc/"
 
 pegs:   # navidoc make html is recursive




reply via email to

[Prev in Thread] Current Thread [Next in Thread]