gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] callgl ./Makefile doc/.cvsignore


From: Asko Soukka
Subject: [Gzz-commits] callgl ./Makefile doc/.cvsignore
Date: Fri, 25 Apr 2003 07:29:32 -0400

CVSROOT:        /cvsroot/callgl
Module name:    callgl
Changes by:     Asko Soukka <address@hidden>    03/04/25 07:29:32

Modified files:
        .              : Makefile 
Added files:
        doc            : .cvsignore 

Log message:
        navidoc targets

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

Patches:
Index: callgl/Makefile
diff -u callgl/Makefile:1.4 callgl/Makefile:1.5
--- callgl/Makefile:1.4 Sun Mar 23 15:06:04 2003
+++ callgl/Makefile     Fri Apr 25 07:29:32 2003
@@ -35,3 +35,35 @@
        sed -e 's/^-/gltokens.c gltokens.dep/' > gltokens.dep
 
 include gltokens.dep
+
+##########################################################################
+# General documentation targets
+docs:   docxx navidoc navilink
+
+docxx:
+       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/"
+
+navilink: # Bi-directional linking using imagemaps
+       make -C "../navidoc/" imagemap HTML="../callgl/doc/"
+
+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) RST="../callgl/doc/pegboard/"
+
+html: # Compiles ReST into HTML, directories are processed recursively
+       make -C "../navidoc/" html $(DBG) RST="../callgl/$(RST)"
+
+html-loop: # Loop version for quick recompiling
+       make -C "../navidoc/" html-loop $(DBG) RST="../callgl/$(RST)"
+
+latex: # Compiles ReST into LaTeX, directories are processed recursively
+       make -C "../navidoc/" latex $(DBG) RST="../callgl/$(RST)"
+
+latex-loop: # Loop version for quick recompiling
+       make -C "../navidoc/" latex-loop $(DBG) RST="../callgl/$(RST)"




reply via email to

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