summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/Makefile.in')
-rw-r--r--Build/source/utils/asymptote/Makefile.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/Makefile.in b/Build/source/utils/asymptote/Makefile.in
index 256c4a64726..0892a1b5c10 100644
--- a/Build/source/utils/asymptote/Makefile.in
+++ b/Build/source/utils/asymptote/Makefile.in
@@ -114,6 +114,9 @@ $(GCLIB): $(GC).tar.gz
$(GCPPLIB): $(GCLIB)
+dvi: asy
+ cd doc; $(MAKE) dvi
+
html: asy
cd doc; $(MAKE) doc
@@ -149,7 +152,7 @@ asy-keywords.el: asy
install: asy-keywords.el install-asy install-man
-install-all: asy-keywords.el install-asy install-doc
+install-all: asy-keywords.el install-asy install-html
install-asy: asy
${INSTALL} -d $(bindir) $(asydir) $(GUIdir) $(exampledir) \
@@ -171,7 +174,7 @@ install-asy: asy
texhash; \
fi
-install-doc: html
+install-html: html
cd doc; $(MAKE) install-all
install-man: man
@@ -192,7 +195,7 @@ uninstall-asy:
-rmdir $(docdir)
-cd $(GUIdir); rm -f *.py
-rmdir $(GUIdir)
- -cd $(asydir); rm -f *.asy $(EXTRA)
+ -cd $(asydir); rm -f asy-keywords.el *.asy $(EXTRA)
-rmdir $(asydir)
-cd $(latexdir); rm -f $(LATEXFILES)
-rmdir $(latexdir)