git-svn-id: svn+ssh://asterix.ieap.uni-kiel.de/home/subversion/stephan/solo/eda/instrumentation@1299 bc5caf13-1734-44f8-af43-603852e9ee25
12 lines
149 B
Makefile
12 lines
149 B
Makefile
|
|
PSTOPS=pstops
|
|
PDF2PS=pdf2ps
|
|
PS2PDF=ps2pdf14 -dEPSCrop
|
|
PDFLATEX=pdflatex
|
|
PS2EPS=ps2epsi
|
|
|
|
%.pdf: %.eps
|
|
$(PS2PDF) $< $@
|
|
|
|
%.eps: %.ps
|
|
$(PS2EPS) $< $@
|