gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob Makefile


From: Asko Soukka
Subject: [Gzz-commits] libvob Makefile
Date: Mon, 07 Apr 2003 11:58:50 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Asko Soukka <address@hidden>    03/04/07 11:58:50

Modified files:
        .              : Makefile 

Log message:
        updating Navidoc targets

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/Makefile.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.26 libvob/Makefile:1.27
--- libvob/Makefile:1.26        Mon Apr  7 08:54:17 2003
+++ libvob/Makefile     Mon Apr  7 11:58:50 2003
@@ -100,12 +100,22 @@
 rundemo::
        $(GLLIB) $(JYTHON) org/nongnu/libvob/putil/demo.py $(DBG) $(DEMO)
 
-# !!NOTE!! navidoc make html is recursive
-docs:
-       make -C "../navidoc/" html RST="../libvob/doc/" DBG="-d pegboard"
+########################
+# Navidoc targets begin
+docs:   # navidoc make html is recursive
+       make -C "../navidoc/" html RST="../libvob/doc/"
+
+pegs:   # navidoc make html is recursive
+       make -C "../navidoc/" html RST="../libvob/doc/pegboard/"
+
+html:
+       make -C "../navidoc/" html $(DBG) RST="../libvob/$(RST)"
+
+html-loop:
+       make -C "../navidoc/" html-loop $(DBG) RST="../libvob/$(RST)"
+# Navidoc targets end
+######################
 
-pegs:
-       make -C "../navidoc/" html RST="../libvob/doc/pegboard/" DBG="-d 
pegboard"
 
 $(SUBDIRS):
        $(MAKE) -C $@




reply via email to

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