gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] loom Makefile


From: Asko Soukka
Subject: [Gzz-commits] loom Makefile
Date: Mon, 28 Apr 2003 05:12:39 -0400

CVSROOT:        /cvsroot/loom
Module name:    loom
Changes by:     Asko Soukka <address@hidden>    03/04/28 05:12:39

Modified files:
        .              : Makefile 

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

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

Patches:
Index: loom/Makefile
diff -u loom/Makefile:1.2 loom/Makefile:1.3
--- loom/Makefile:1.2   Sat Apr 26 07:45:20 2003
+++ loom/Makefile       Mon Apr 28 05:12:39 2003
@@ -23,16 +23,16 @@
        make -C "../navidoc/" new-peg PEGDIR="../loom/doc/pegboard"
 
 pegs:   # Compiles only pegboard
-       make -C "../navidoc/" html $(DBG) RST="../loom/doc/pegboard/"
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../loom/doc/pegboard/"
 
 html: # Compiles ReST into HTML, directories are processed recursively
-       make -C "../navidoc/" html $(DBG) RST="../loom/$(RST)"
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../loom/$(RST)"
 
 html-loop: # Loop version for quick recompiling
-       make -C "../navidoc/" html-loop $(DBG) RST="../loom/$(RST)"
+       make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../loom/$(RST)"
 
 latex: # Compiles ReST into LaTeX, directories are processed recursively
-       make -C "../navidoc/" latex $(DBG) RST="../loom/$(RST)"
+       make -C "../navidoc/" latex DBG="$(DBG)" RST="../loom/$(RST)"
 
 latex-loop: # Loop version for quick recompiling
-       make -C "../navidoc/" latex-loop $(DBG) RST="../loom/$(RST)"
+       make -C "../navidoc/" latex-loop DBG="$(DBG)" RST="../loom/$(RST)"




reply via email to

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