summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-21 23:42:52 +0000
committerKarl Berry <karl@freefriends.org>2009-06-21 23:42:52 +0000
commit8542b3da905deccc50b1bd6d21c7474a29286b3f (patch)
treec9a21ed9311ad8f967c67d17efad475eef50c5c1 /Build/source/utils/asymptote/Makefile.in
parent95be153f845a361eb22745faa0d1ce509eb18c39 (diff)
asymptote 1.77 sources
git-svn-id: svn://tug.org/texlive/trunk@13865 c570f23f-e606-0410-a88d-b1316a301751
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)