From: Martin Mares Date: Wed, 26 Oct 2011 17:40:51 +0000 (+0200) Subject: Makefile: automaticky kompilujeme PDF, ne PS X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a4dfd4701fbc9474d34a3ec4f2e8479d07cc8404;p=ga.git Makefile: automaticky kompilujeme PDF, ne PS --- diff --git a/Makerules b/Makerules index f8dad28..01aac02 100644 --- 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