summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
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 $<