gzz-commits
[Top][All Lists]
Advanced

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

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


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

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

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

Log message:
        navidoc targets

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

Patches:
Index: glmosaictext/Makefile
diff -u glmosaictext/Makefile:1.3 glmosaictext/Makefile:1.4
--- glmosaictext/Makefile:1.3   Sun Mar 23 15:11:15 2003
+++ glmosaictext/Makefile       Fri Apr 25 07:29:53 2003
@@ -19,3 +19,35 @@
 
 $(SUBDIRS):
        $(MAKE) -C $@
+
+##########################################################################
+# 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="../glmosaictext/doc/"
+
+navilink: # Bi-directional linking using imagemaps
+       make -C "../navidoc/" imagemap HTML="../glmosaictext/doc/"
+
+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) RST="../glmosaictext/doc/pegboard/"
+
+html: # Compiles ReST into HTML, directories are processed recursively
+       make -C "../navidoc/" html $(DBG) RST="../glmosaictext/$(RST)"
+
+html-loop: # Loop version for quick recompiling
+       make -C "../navidoc/" html-loop $(DBG) RST="../glmosaictext/$(RST)"
+
+latex: # Compiles ReST into LaTeX, directories are processed recursively
+       make -C "../navidoc/" latex $(DBG) RST="../glmosaictext/$(RST)"
+
+latex-loop: # Loop version for quick recompiling
+       make -C "../navidoc/" latex-loop $(DBG) RST="../glmosaictext/$(RST)"




reply via email to

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