irena-doc/Makefile
stephan 932875a93b CSA chapter
git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/instrumentation@1299 bc5caf13-1734-44f8-af43-603852e9ee25
2012-10-12 19:24:29 +00:00

12 lines
149 B
Makefile

PSTOPS=pstops
PDF2PS=pdf2ps
PS2PDF=ps2pdf14 -dEPSCrop
PDFLATEX=pdflatex
PS2EPS=ps2epsi
%.pdf: %.eps
$(PS2PDF) $< $@
%.eps: %.ps
$(PS2EPS) $< $@