summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-01 22:41:09 +0000
committerKarl Berry <karl@freefriends.org>2011-05-01 22:41:09 +0000
commit45db29c673328af1f957040cec94b6420b83bd80 (patch)
tree00115af40f6e84572429847d7fef488778a92a4c /Master/texmf-dist/source
parentbaf91a37bcf4e1e19bebe53fcf8042a538140946 (diff)
pst-plot (1may11)
git-svn-id: svn://tug.org/texlive/trunk@22268 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/generic/pst-plot/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/generic/pst-plot/Makefile b/Master/texmf-dist/source/generic/pst-plot/Makefile
index 1d645655dc6..50bf5814308 100644
--- a/Master/texmf-dist/source/generic/pst-plot/Makefile
+++ b/Master/texmf-dist/source/generic/pst-plot/Makefile
@@ -20,16 +20,16 @@ all : doc clean tds
doc: $(MAIN).pdf
$(MAIN).pdf : $(MAIN).ps
- GS_OPTIONS=-dAutoRotatePages=/None ps2pdf $<
- echo "\documentclass[a4paper]{article}" > temp.tex
- echo "\usepackage{pdfpages}" >> temp.tex
- echo "\begin{document}" >> temp.tex
- echo "\includepdf[pages=1-5]{pst-plot-doc}" >> temp.tex
- echo "\includepdf[pages=25-29]{../pstricks/doc/pstricks-doc}" >> temp.tex
- echo "\includepdf[pages=6-]{pst-plot-doc}" >> temp.tex
- echo "\end{document}" >> temp.tex
- pdflatex temp
- mv temp.pdf pst-plot-doc.pdf
+ GS_OPTIONS="-dAutoRotatePages=/None -dNoSafer" ps2pdf $<
+# echo "\documentclass[a4paper]{article}" > temp.tex
+# echo "\usepackage{pdfpages}" >> temp.tex
+# echo "\begin{document}" >> temp.tex
+# echo "\includepdf[pages=1-5]{pst-plot-doc}" >> temp.tex
+# echo "\includepdf[pages=25-29]{../pstricks/doc/pstricks-doc}" >> temp.tex
+# echo "\includepdf[pages=6-]{pst-plot-doc}" >> temp.tex
+# echo "\end{document}" >> temp.tex
+# pdflatex temp
+# mv temp.pdf pst-plot-doc.pdf
$(MAIN).ps : $(MAIN).dvi
dvips $<