From 78e35beefb822edc84292ebd7d0b79a82863f48b Mon Sep 17 00:00:00 2001 From: Mojca Miklavec Date: Wed, 21 May 2014 10:15:11 +0000 Subject: asymptote: use 'gs' instead of 'convert' for building the docs git-svn-id: svn://tug.org/texlive/trunk@34170 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/doc/png/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build/source') 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 . -- cgit v1.2.3