gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] glmosaictext Makefile


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

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

Modified files:
        .              : Makefile 

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

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

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




reply via email to

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