diff options
author | Mojca Miklavec <mojca.miklavec@gmail.com> | 2014-05-21 10:15:11 +0000 |
---|---|---|
committer | Mojca Miklavec <mojca.miklavec@gmail.com> | 2014-05-21 10:15:11 +0000 |
commit | 78e35beefb822edc84292ebd7d0b79a82863f48b (patch) | |
tree | 8139e6e959a65f1ace17cc1b7f4004d30e2f3aef /Build/source | |
parent | dfae4647ee373628620ebb330646b2e1879de010 (diff) |
asymptote: use 'gs' instead of 'convert' for building the docs
git-svn-id: svn://tug.org/texlive/trunk@34170 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r-- | Build/source/utils/asymptote/doc/png/Makefile.in | 4 |
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 . |