gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] fenfire Makefile


From: Asko Soukka
Subject: [Gzz-commits] fenfire Makefile
Date: Mon, 07 Apr 2003 11:59:57 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Changes by:     Asko Soukka <address@hidden>    03/04/07 11:59:57

Modified files:
        .              : Makefile 

Log message:
        updating Navidoc targets

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

Patches:
Index: fenfire/Makefile
diff -u fenfire/Makefile:1.4 fenfire/Makefile:1.5
--- fenfire/Makefile:1.4        Mon Apr  7 04:17:57 2003
+++ fenfire/Makefile    Mon Apr  7 11:59:57 2003
@@ -6,9 +6,18 @@
 
 .PHONY: docs
 
-# !!NOTE!! navidoc make html is recursive
-docs:
-       make -C "../navidoc/" html RST="../fenfire/docs/" DBG="-d pegboard"
+########################
+# Navidoc targets begin
+docs:   # navidoc make html is recursive
+       make -C "../navidoc/" html RST="../fenfire/docs/"
 
-pegs:
-       make -C "../navidoc/" html RST="../fenfire/docs/pegboard/" DBG="-d 
pegboard"
+pegs:   # navidoc make html is recursive
+       make -C "../navidoc/" html RST="../fenfire/docs/pegboard/"
+
+html:
+       make -C "../navidoc/" html $(DBG) RST="../fenfire/$(RST)"
+
+html-loop:
+       make -C "../navidoc/" html-loop $(DBG) RST="../fenfire/$(RST)"
+# Navidoc targets end
+######################




reply via email to

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