gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] storm Makefile


From: Asko Soukka
Subject: [Gzz-commits] storm Makefile
Date: Mon, 07 Apr 2003 12:00:05 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Changes by:     Asko Soukka <address@hidden>    03/04/07 12:00:05

Modified files:
        .              : Makefile 

Log message:
        updating Navidoc targets

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/Makefile.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: storm/Makefile
diff -u storm/Makefile:1.3 storm/Makefile:1.4
--- storm/Makefile:1.3  Thu Apr  3 15:17:08 2003
+++ storm/Makefile      Mon Apr  7 12:00:04 2003
@@ -17,9 +17,18 @@
        mkdir -p CLASSES
        $(JAVAC) $(DEBUG) -d $(CLASSDIR) $(RAWSRC) 
 
-# !!NOTE!! navidoc make html is recursive
-doc:
-       make -C ../navidoc/ html RST="../storm/doc/" DBG="-d pegboard"
+########################
+# Navidoc targets begin
+docs:   # navidoc make html is recursive
+       make -C "../navidoc/" html RST="../storm/doc/"
 
-pegs:
-       make -C ../navidoc/ html RST="../storm/doc/pegboard/" DBG="-d pegboard"
+pegs:   # navidoc make html is recursive
+       make -C "../navidoc/" html RST="../storm/doc/pegboard/"
+
+html:
+       make -C "../navidoc/" html $(DBG) RST="../storm/$(RST)"
+
+html-loop:
+       make -C "../navidoc/" html-loop $(DBG) RST="../storm/$(RST)"
+# Navidoc targets end
+######################




reply via email to

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