gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] callgl Makefile


From: Asko Soukka
Subject: [Gzz-commits] callgl Makefile
Date: Fri, 13 Jun 2003 08:01:08 -0400

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

Modified files:
        .              : Makefile 

Log message:
        target update

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

Patches:
Index: callgl/Makefile
diff -u callgl/Makefile:1.6 callgl/Makefile:1.7
--- callgl/Makefile:1.6 Sun May  4 07:00:12 2003
+++ callgl/Makefile     Fri Jun 13 08:01:08 2003
@@ -44,25 +44,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="../callgl/doc/"
+navidoc: # Compiles reST into HTML
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/doc/"
 
 navilink: # Bi-directional linking using imagemaps
        make -C "../navidoc/" imagemap HTML="../callgl/doc/"
 
+naviloop: # Compiles, links, loops
+       make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" 
RST="../callgl/$(RST)"
+
 peg: # Creates a new PEG, uses python for quick use
        make -C "../navidoc/" new-peg PEGDIR="../callgl/doc/pegboard"
 
 pegs:   # Compiles only pegboard
        make -C "../navidoc/" html DBG="$(DBG)" RST="../callgl/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="../callgl/$(RST)"
 
 html-loop: # Loop version for quick recompiling
        make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../callgl/$(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="../callgl/$(RST)"
 
 latex-loop: # Loop version for quick recompiling




reply via email to

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