gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] storm Makefile


From: Asko Soukka
Subject: [Gzz-commits] storm Makefile
Date: Fri, 13 Jun 2003 08:00:53 -0400

CVSROOT:        /cvsroot/storm
Module name:    storm
Branch:         
Changes by:     Asko Soukka <address@hidden>    03/06/13 08:00:53

Modified files:
        .              : Makefile 

Log message:
        target update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/storm/storm/Makefile.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: storm/Makefile
diff -u storm/Makefile:1.21 storm/Makefile:1.22
--- storm/Makefile:1.21 Tue May 27 03:55:23 2003
+++ storm/Makefile      Fri Jun 13 08:00:53 2003
@@ -69,25 +69,28 @@
        javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)
 ##########################################################################
 # Navidoc documentation targets
-navidoc: # Compiles ReST into HTML
-       make -C "../navidoc/" html RST="../storm/doc/"
+navidoc: # Compiles reST into HTML
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/doc/"
 
 navilink: # Bi-directional linking using imagemaps
        make -C "../navidoc/" imagemap HTML="../storm/doc/"
 
+naviloop: # Compiles, links, loops
+       make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" 
RST="../storm/$(RST)"
+
 peg: # Creates a new PEG, uses python for quick use
        make -C "../navidoc/" new-peg PEGDIR="../storm/doc/pegboard"
 
 pegs:   # Compiles only pegboard
        make -C "../navidoc/" html DBG="$(DBG)" RST="../storm/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="../storm/$(RST)"
 
 html-loop: # Loop version for quick recompiling
        make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../storm/$(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="../storm/$(RST)"
 
 latex-loop: # Loop version for quick recompiling




reply via email to

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