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: Fri, 13 Jun 2003 08:02:19 -0400

CVSROOT:        /cvsroot/loom
Module name:    loom
Branch:         
Changes by:     Asko Soukka <address@hidden>    03/06/13 08:02:19

Modified files:
        .              : Makefile 

Log message:
        target update

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

Patches:
Index: loom/Makefile
diff -u loom/Makefile:1.4 loom/Makefile:1.5
--- loom/Makefile:1.4   Tue May 27 03:57:00 2003
+++ loom/Makefile       Fri Jun 13 08:02:19 2003
@@ -14,25 +14,28 @@
        javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)
 ##########################################################################
 # Navidoc documentation targets
-navidoc: # Compiles ReST into HTML
-       make -C "../navidoc/" html RST="../loom/doc/"
+navidoc: # Compiles reST into HTML
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../loom/doc/"
 
 navilink: # Bi-directional linking using imagemaps
        make -C "../navidoc/" imagemap HTML="../loom/doc/"
 
+naviloop: # Compiles, links, loops
+       make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" 
RST="../loom/$(RST)"
+
 peg: # Creates a new PEG, uses python for quick use
        make -C "../navidoc/" new-peg PEGDIR="../loom/doc/pegboard"
 
 pegs:   # Compiles only pegboard
        make -C "../navidoc/" html DBG="$(DBG)" RST="../loom/doc/pegboard/"
 
-html: # Compiles ReST into HTML, directories are processed recursively
+html: # Compiles reST into HTML, directories are processed recursively
        make -C "../navidoc/" html DBG="$(DBG)" RST="../loom/$(RST)"
 
 html-loop: # Loop version for quick recompiling
        make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../loom/$(RST)"
 
-latex: # Compiles ReST into LaTeX, directories are processed recursively
+latex: # Compiles reST into LaTeX, directories are processed recursively
        make -C "../navidoc/" latex DBG="$(DBG)" RST="../loom/$(RST)"
 
 latex-loop: # Loop version for quick recompiling




reply via email to

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