gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] alph Makefile


From: Asko Soukka
Subject: [Gzz-commits] alph Makefile
Date: Mon, 28 Apr 2003 05:10:01 -0400

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

Modified files:
        .              : Makefile 

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

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/Makefile.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

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




reply via email to

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