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: Thu, 30 Oct 2003 03:30:09 -0500

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

Modified files:
        pointers       : Makefile 

Log message:
        Makefile fixes

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

Patches:
Index: manuscripts/pointers/Makefile
diff -u manuscripts/pointers/Makefile:1.1 manuscripts/pointers/Makefile:1.2
--- manuscripts/pointers/Makefile:1.1   Wed Oct 29 09:56:23 2003
+++ manuscripts/pointers/Makefile       Thu Oct 30 03:30:09 2003
@@ -1,11 +1,12 @@
 .SUFFIXES: $(SUFFIXES) .ps .dvi .png
 
-all: article.gen.ps article.gen.pdf article.gen.html
+# all: article.gen.ps article.gen.pdf article.gen.html
+all: article.gen.dvi
 
 .dvi.ps:
        dvips -P cmz -t letter $< -o $@
 
-article.gen.dvi: article.gen.latex style.tex acm_proc_article-sp.cls
+article.gen.dvi: article.gen.latex style.tex 
        latex article.gen.latex
        BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
        latex article.gen.latex
@@ -22,11 +23,12 @@
        pdflatex article.gen.latex
 
 article.gen.html: %.rst docutils.conf
-       $(MAKE) -C ../../navidoc html RST="../manuscripts/storm/$<"
+       $(MAKE) -C ../../navidoc 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) -C ../../navidoc latex RST="../manuscripts/storm/$<"
+       # $(MAKE) JYTHON=python2.3 -C ../../navidoc latex 
RST="../manuscripts/pointers/$<"
+       $(MAKE) -C ../../navidoc latex RST="../manuscripts/pointers/$<"




reply via email to

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