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: Fri, 13 Jun 2003 08:01:01 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Asko Soukka <address@hidden>    03/06/13 08:01:01

Modified files:
        .              : Makefile 

Log message:
        target update

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

Patches:
Index: libvob/Makefile
diff -u libvob/Makefile:1.40 libvob/Makefile:1.41
--- libvob/Makefile:1.40        Wed Jun 11 13:48:38 2003
+++ libvob/Makefile     Fri Jun 13 08:01:01 2003
@@ -130,25 +130,28 @@
        javadoc $(JAVADOCOPTS) -d doc/javadoc -sourcepath . $(DOCPKGS)
 ##########################################################################
 # Navidoc documentation targets
-navidoc: # Compiles ReST into HTML
-       make -C "../navidoc/" html RST="../libvob/doc/"
+navidoc: # Compiles reST into HTML
+       make -C "../navidoc/" html DBG="$(DBG)" RST="../libvob/doc/"
 
 navilink: # Bi-directional linking using imagemaps
        make -C "../navidoc/" imagemap HTML="../libvob/doc/"
 
-peg: # Creates a new PEG, uses python for quick use
+naviloop: # Compiles, links, loops
+       make -C "../navidoc/" html-loop DBG="--imagemap $(DBG)" 
RST="../libvob/$(RST)"
+
+peg: # Creates a new PEG
        make -C "../navidoc/" new-peg PEGDIR="../libvob/doc/pegboard"
 
 pegs:   # Compiles only pegboard
        make -C "../navidoc/" html DBG="$(DBG)" RST="../libvob/doc/pegboard/"
 
-html: # Compiles ReST into HTML, directories are processed recursively
+html: # Compiles reST into HTML, directories are processed recursively
        make -C "../navidoc/" html DBG="$(DBG)" RST="../libvob/$(RST)"
 
 html-loop: # Loop version for quick recompiling
        make -C "../navidoc/" html-loop DBG="$(DBG)" RST="../libvob/$(RST)"
 
-latex: # Compiles ReST into LaTeX, directories are processed recursively
+latex: # Compiles reST into LaTeX, directories are processed recursively
        make -C "../navidoc/" latex DBG="$(DBG)" RST="../libvob/$(RST)"
 
 latex-loop: # Loop version for quick recompiling




reply via email to

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