summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/utils/asymptote/doc/png/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/doc/png/Makefile.in b/Build/source/utils/asymptote/doc/png/Makefile.in
index 6ca327d1fe9..44e3fbdf4a2 100644
--- a/Build/source/utils/asymptote/doc/png/Makefile.in
+++ b/Build/source/utils/asymptote/doc/png/Makefile.in
@@ -14,8 +14,8 @@ all: html info
cd .. && $(ASY) -f png -o png/ $(notdir $<)
latexusage.png: ../latexusage.eps
- convert -alpha Off -density 144x144 +antialias -geometry 50%x \
- ../latexusage.eps latexusage.png
+ gs -q -dNOPAUSE -dBATCH -sDEVICE=pngalpha -dEPSCrop -dSAFER -r72x72 \
+ -sOutputFile=latexusage.png ../latexusage.eps
index.html: $(SOURCE) $(ASYFILES:.asy=.png) latexusage.png
makeinfo --html ../asymptote -o .