gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] manuscripts/xupdf Makefile


From: Janne V. Kujala
Subject: [Gzz-commits] manuscripts/xupdf Makefile
Date: Thu, 13 Feb 2003 12:28:42 -0500

CVSROOT:        /cvsroot/gzz
Module name:    manuscripts
Changes by:     Janne V. Kujala <address@hidden>        03/02/13 12:28:42

Modified files:
        xupdf          : Makefile 

Log message:
        fix fig generation

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

Patches:
Index: manuscripts/xupdf/Makefile
diff -u manuscripts/xupdf/Makefile:1.6 manuscripts/xupdf/Makefile:1.7
--- manuscripts/xupdf/Makefile:1.6      Thu Feb 13 12:01:47 2003
+++ manuscripts/xupdf/Makefile  Thu Feb 13 12:28:42 2003
@@ -8,16 +8,20 @@
 ../Irregu/mercury5part.ps:
        make -C ../Irregu mercury5part.ps
 
-mercury5.ps: mercury5part2.png Makefile
+mercury5part2.ps: mercury5part2.png Makefile
        pngtopnm <mercury5part2.png | pgmtopbm | pnmtops -noturn -imagewidth 
3.3 > mercury5part2.ps
 
-article.gen.dvi: article.gen.latex style.tex mercury5.ps buoyGeometry.eps
+article.gen.dvi: article.gen.latex style.tex mercury5part2.ps buoyGeometry.eps
        latex article.gen.latex
        BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
        latex article.gen.latex
        latex article.gen.latex
 
-article.gen.pdf: article.gen.latex style.tex 
+article.gen.pdf: article.gen.ps
+       ps2pdf article.gen.ps article.gen.pdf
+
+
+article.gen.pdf.old: article.gen.latex style.tex 
        pdflatex article.gen.latex
        BIBINPUTS=..:$$BIBINPUTS bibtex article.gen
        pdflatex article.gen.latex




reply via email to

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