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

CVSROOT:        /cvsroot/glmosaictext
Module name:    glmosaictext
Branch:         
Changes by:     Asko Soukka <address@hidden>    03/06/13 08:01:15

Modified files:
        .              : Makefile 

Log message:
        target update

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

Patches:
Index: glmosaictext/Makefile
diff -u glmosaictext/Makefile:1.5 glmosaictext/Makefile:1.6
--- glmosaictext/Makefile:1.5   Mon Apr 28 05:12:20 2003
+++ glmosaictext/Makefile       Fri Jun 13 08:01:15 2003
@@ -28,25 +28,28 @@
        doc++  -a --before-group --before-class --no-java-graphs 
--trivial-graphs  -H -F -d doc/docxx -u src/ include/
 ##########################################################################
 # Navidoc documentation targets
-navidoc: # Compiles ReST into HTML
-       make -C "../navidoc/" html RST="../glmosaictext/doc/"
+navidoc: # Compiles reST into HTML
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../glmosaictext/doc/"
 
 navilink: # Bi-directional linking using imagemaps
        make -C "../navidoc/" imagemap HTML="../glmosaictext/doc/"
 
+naviloop: # Compiles, links, loops
+       make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" 
RST="../glmosaictext/$(RST)"
+
 peg: # Creates a new PEG, uses python for quick use
        make -C "../navidoc/" new-peg PEGDIR="../glmosaictext/doc/pegboard"
 
 pegs:   # Compiles only pegboard
        make -C "../navidoc/" html DBG="$(DBG)" 
RST="../glmosaictext/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="../glmosaictext/$(RST)"
 
 html-loop: # Loop version for quick recompiling
        make -C "../navidoc/" html-loop DBG="$(DBG)" 
RST="../glmosaictext/$(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="../glmosaictext/$(RST)"
 
 latex-loop: # Loop version for quick recompiling




reply via email to

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