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 1d96e88a2b5..4c01b40d2b7 100644
--- a/Build/source/utils/asymptote/doc/png/Makefile.in
+++ b/Build/source/utils/asymptote/doc/png/Makefile.in
@@ -10,7 +10,7 @@ INSTALL = @INSTALL@
all: html info
%.png: ../%.asy
- cd ..; $(ASY) -f png -o png/ $(notdir $<)
+ cd .. && $(ASY) -f png -o png/ $(notdir $<)
latexusage.png: ../latexusage.eps
convert -alpha Off -density 144x144 +antialias -geometry 50%x \
@@ -45,6 +45,6 @@ install-all: all install
uninstall:
-install-info --remove --infodir=$(infodir) asymptote.info
- -cd $(infodir)/asymptote; rm -f asymptote.info *.png
+ -cd $(infodir)/asymptote && rm -f asymptote.info *.png
-rmdir -f $(infodir)/asymptote
FORCE: