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, 28 Apr 2003 05:10:11 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Changes by:     Asko Soukka <address@hidden>    03/04/28 05:10:11

Modified files:
        .              : Makefile 

Log message:
        navidoc-target-DBG-bug-fix

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

Patches:
Index: storm/Makefile
diff -u storm/Makefile:1.14 storm/Makefile:1.15
--- storm/Makefile:1.14 Fri Apr 25 08:45:09 2003
+++ storm/Makefile      Mon Apr 28 05:10:10 2003
@@ -68,16 +68,16 @@
        make -C "../navidoc/" new-peg PEGDIR="../storm/doc/pegboard"
 
 pegs:   # Compiles only pegboard
-       make -C "../navidoc/" html $(DBG) RST="../storm/doc/pegboard/"
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/doc/pegboard/"
 
 html: # Compiles ReST into HTML, directories are processed recursively
-       make -C "../navidoc/" html $(DBG) RST="../storm/$(RST)"
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/$(RST)"
 
 html-loop: # Loop version for quick recompiling
-       make -C "../navidoc/" html-loop $(DBG) RST="../storm/$(RST)"
+       make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../storm/$(RST)"
 
 latex: # Compiles ReST into LaTeX, directories are processed recursively
-       make -C "../navidoc/" latex $(DBG) RST="../storm/$(RST)"
+       make -C "../navidoc/" latex DBG="$(DBG)" RST="../storm/$(RST)"
 
 latex-loop: # Loop version for quick recompiling
-       make -C "../navidoc/" latex-loop $(DBG) RST="../storm/$(RST)"
+       make -C "../navidoc/" latex-loop DBG="$(DBG)" RST="../storm/$(RST)"




reply via email to

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