diff options
Diffstat (limited to 'graphics/pgf/base/doc/version-for-dvips/en/Makefile')
-rw-r--r-- | graphics/pgf/base/doc/version-for-dvips/en/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/pgf/base/doc/version-for-dvips/en/Makefile b/graphics/pgf/base/doc/version-for-dvips/en/Makefile index 1c76dda9b8..888e665a4c 100644 --- a/graphics/pgf/base/doc/version-for-dvips/en/Makefile +++ b/graphics/pgf/base/doc/version-for-dvips/en/Makefile @@ -9,13 +9,13 @@ pgfmanual.ps: $(doc).tex revisionfile TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex (egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc).tex) || true dvips -o $(doc).ps $(doc).dvi - gs -dNOPAUSE -sDEVICE=pdfwrite -dBATCH -dCompatibilityLevel=1.4 -sOutputFile=$(doc).pdf $(doc).ps + gs -dNOPAUSE -sDEVICE=pdfwrite -dBATCH -dCompatibilityLevel=1.4 -dALLOWPSTRANSPARENCY -sOutputFile=$(doc).pdf $(doc).ps test: $(doc)-test.tex revisionfile TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc)-test.tex (egrep -q $(rerun) $(doc).log && TEXINPUTS="$(TEXINPUTS)" $(latex) $(doc)-test.tex) || true dvips -o $(doc)-test.ps $(doc)-test.dvi - gs -dNOPAUSE -sDEVICE=pdfwrite -dBATCH -dCompatibilityLevel=1.4 -sOutputFile=$(doc)-test.pdf $(doc)-test.ps + gs -dNOPAUSE -sDEVICE=pdfwrite -dBATCH -dCompatibilityLevel=1.4 -dALLOWPSTRANSPARENCY -sOutputFile=$(doc)-test.pdf $(doc)-test.ps revisionfile: cd ../../../../.. && ./scripts/pgf/pgfrevisionfile.sh |