gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] callgl Makefile


From: Asko Soukka
Subject: [Gzz-commits] callgl Makefile
Date: Sun, 04 May 2003 07:00:12 -0400

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

Modified files:
        .              : Makefile 

Log message:
        forgotten

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/callgl/callgl/Makefile.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: callgl/Makefile
diff -u callgl/Makefile:1.5 callgl/Makefile:1.6
--- callgl/Makefile:1.5 Fri Apr 25 07:29:32 2003
+++ callgl/Makefile     Sun May  4 07:00:12 2003
@@ -54,16 +54,16 @@
        make -C "../navidoc/" new-peg PEGDIR="../callgl/doc/pegboard"
 
 pegs:   # Compiles only pegboard
-       make -C "../navidoc/" html $(DBG) RST="../callgl/doc/pegboard/"
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/doc/pegboard/"
 
 html: # Compiles ReST into HTML, directories are processed recursively
-       make -C "../navidoc/" html $(DBG) RST="../callgl/$(RST)"
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/$(RST)"
 
 html-loop: # Loop version for quick recompiling
-       make -C "../navidoc/" html-loop $(DBG) RST="../callgl/$(RST)"
+       make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../callgl/$(RST)"
 
 latex: # Compiles ReST into LaTeX, directories are processed recursively
-       make -C "../navidoc/" latex $(DBG) RST="../callgl/$(RST)"
+       make -C "../navidoc/" latex DBG="$(DBG)" RST="../callgl/$(RST)"
 
 latex-loop: # Loop version for quick recompiling
-       make -C "../navidoc/" latex-loop $(DBG) RST="../callgl/$(RST)"
+       make -C "../navidoc/" latex-loop DBG="$(DBG)" RST="../callgl/$(RST)"




reply via email to

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