gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] alph Makefile


From: Asko Soukka
Subject: [Gzz-commits] alph Makefile
Date: Mon, 07 Apr 2003 12:00:13 -0400

CVSROOT:        /cvsroot/alph
Module name:    alph
Changes by:     Asko Soukka <address@hidden>    03/04/07 12:00:13

Modified files:
        .              : Makefile 

Log message:
        updating Navidoc targets

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

Patches:
Index: alph/Makefile
diff -u alph/Makefile:1.6 alph/Makefile:1.7
--- alph/Makefile:1.6   Mon Mar 31 04:12:43 2003
+++ alph/Makefile       Mon Apr  7 12:00:13 2003
@@ -39,9 +39,18 @@
 tags::
        ctags -R
 
-# !!NOTE!! navidoc make html is recursive
-doc:
-       make -C ../navidoc/ html RST="../alph/doc/" DBG="-d pegboard"
+########################
+# Navidoc targets begin
+docs:   # navidoc make html is recursive
+       make -C "../navidoc/" html RST="../alph/doc/"
 
-pegs:
-       make -C ../navidoc/ html RST="../alph/doc/pegboard/" DBG="-d pegboard"
+pegs:   # navidoc make html is recursive
+       make -C "../navidoc/" html RST="../alph/doc/pegboard/"
+
+html:
+       make -C "../navidoc/" html $(DBG) RST="../alph/$(RST)"
+
+html-loop:
+       make -C "../navidoc/" html-loop $(DBG) RST="../alph/$(RST)"
+# Navidoc targets end
+######################




reply via email to

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