]> mj.ucw.cz Git - ga.git/commitdiff
Makefile: automaticky kompilujeme PDF, ne PS
authorMartin Mares <mj@ucw.cz>
Wed, 26 Oct 2011 17:40:51 +0000 (19:40 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 26 Oct 2011 17:40:51 +0000 (19:40 +0200)
Makerules

index f8dad2818baa048818dc15478557e0dd9c59abbb..01aac02bac15e8e9438a56c824c5a3fa3839f7f4 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -1,6 +1,6 @@
 export TEXINPUTS=.:..:
 
-all: $P.ps
+all: $P.pdf
 
 %.dvi: %.tex ../sgr.tex ../ga.bib
        csplain $< && if grep -q citation $*.aux ; then bibtex $* && csplain $< && csplain $< ; fi