gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] manuscripts/pointers Makefile


From: Tuomas J. Lukka
Subject: [Gzz-commits] manuscripts/pointers Makefile
Date: Mon, 03 Nov 2003 09:20:51 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/11/03 09:20:51

Modified files:
        pointers       : Makefile 

Log message:
        Abstract navihome

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

Patches:
Index: manuscripts/pointers/Makefile
diff -u manuscripts/pointers/Makefile:1.5 manuscripts/pointers/Makefile:1.6
--- manuscripts/pointers/Makefile:1.5   Sun Nov  2 14:31:34 2003
+++ manuscripts/pointers/Makefile       Mon Nov  3 09:20:51 2003
@@ -1,5 +1,7 @@
 .SUFFIXES: $(SUFFIXES) .ps .dvi .png
 
+NAVIHOME=../../navidoc
+
 # all: article.gen.ps article.gen.pdf article.gen.html
 all: article.gen.dvi
 
@@ -26,12 +28,12 @@
        pdflatex article.gen.latex
 
 article.gen.html: %.rst docutils.conf
-       $(MAKE) -C ../../navidoc html RST="../manuscripts/pointers/$<"
+       $(MAKE) -C $(NAVIHOME) html RST="../manuscripts/pointers/$<"
 
 Helvetica.tfm:
        ln -s ../../gzz/Helvetica.tfm
 
 article.gen.latex: article.rst docutils.conf
-       # $(MAKE) -C ../../navidoc latex RST="--config 
../manuscripts/SemFen/docutils.conf ../manuscripts/SemFen/$<"
-       # $(MAKE) JYTHON=python2.3 -C ../../navidoc latex 
RST="../manuscripts/pointers/$<"
-       $(MAKE) -C ../../navidoc latex RST="../manuscripts/pointers/$<"
+       # $(MAKE) -C $(NAVIHOME) latex RST="--config 
../manuscripts/SemFen/docutils.conf ../manuscripts/SemFen/$<"
+       # $(MAKE) JYTHON=python2.3 -C $(NAVIHOME) latex 
RST="../manuscripts/pointers/$<"
+       $(MAKE) -C $(NAVIHOME) latex RST="../manuscripts/pointers/$<"




reply via email to

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