summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc/png/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/doc/png/Makefile.in')
-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 44e3fbdf4a2..fc36836b010 100644
--- a/Build/source/utils/asymptote/doc/png/Makefile.in
+++ b/Build/source/utils/asymptote/doc/png/Makefile.in
@@ -13,9 +13,9 @@ all: html info
%.png: ../%.asy
cd .. && $(ASY) -f png -o png/ $(notdir $<)
-latexusage.png: ../latexusage.eps
+latexusage.png: ../latexusage.pdf
gs -q -dNOPAUSE -dBATCH -sDEVICE=pngalpha -dEPSCrop -dSAFER -r72x72 \
- -sOutputFile=latexusage.png ../latexusage.eps
+ -sOutputFile=latexusage.png ../latexusage.pdf
index.html: $(SOURCE) $(ASYFILES:.asy=.png) latexusage.png
makeinfo --html ../asymptote -o .