gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] navidoc ./Makefile doc/pegboard/.cvsignore doc/...


From: Asko Soukka
Subject: [Gzz-commits] navidoc ./Makefile doc/pegboard/.cvsignore doc/...
Date: Mon, 31 Mar 2003 04:32:01 -0500

CVSROOT:        /cvsroot/navidoc
Module name:    navidoc
Changes by:     Asko Soukka <address@hidden>    03/03/31 04:32:00

Modified files:
        .              : Makefile 
Added files:
        doc/pegboard   : .cvsignore pegboard.rst 
        doc/pegboard/bug_test--tjl: .cvsignore peg.rst 
        doc/pegboard/bug_test_rst--benja: .cvsignore peg.rst 
        doc/pegboard/pegboard_format--tjl: .cvsignore peg.rst 
        doc/pegboard/structured_text--benja: .cvsignore peg.rst 
        doc/pegboard/tests_output_cleanup--vegai: .cvsignore peg.rst 
        navidoc/utils  : parser.py 

Log message:
        navidoc pegboard

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/Makefile.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/.cvsignore?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/pegboard.rst?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/bug_test--tjl/.cvsignore?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/bug_test--tjl/peg.rst?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/bug_test_rst--benja/.cvsignore?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/bug_test_rst--benja/peg.rst?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/pegboard_format--tjl/.cvsignore?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/pegboard_format--tjl/peg.rst?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/structured_text--benja/.cvsignore?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/structured_text--benja/peg.rst?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/tests_output_cleanup--vegai/.cvsignore?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/doc/pegboard/tests_output_cleanup--vegai/peg.rst?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/navidoc/navidoc/navidoc/utils/parser.py?rev=1.1

Patches:
Index: navidoc/Makefile
diff -u navidoc/Makefile:1.6 navidoc/Makefile:1.7
--- navidoc/Makefile:1.6        Fri Mar 21 05:36:27 2003
+++ navidoc/Makefile    Mon Mar 31 04:32:00 2003
@@ -1,4 +1,4 @@
-#$Id: Makefile,v 1.6 2003/03/21 10:36:27 humppake Exp $
+#$Id: Makefile,v 1.7 2003/03/31 09:32:00 humppake Exp $
 
 ##########################################################################
 CLASSPATH =$(NAVIDOC_DEPENDS)/jython.jar:$(shell echo $$CLASSPATH)
@@ -39,3 +39,10 @@
 
 html-loop:
        $(JYTHON) rst2any.py --loop --html -d navidoc -d docutils $(DBG) $(RST)
+
+# !!NOTE!! navidoc make html is recursive
+doc:
+       make html RST="doc/" DBG="-d pegboard"
+
+pegs:
+       make html RST="doc/pegboard/" DBG="-d pegboard"




reply via email to

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