summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-20 17:32:21 +0000
committerKarl Berry <karl@freefriends.org>2011-06-20 17:32:21 +0000
commit2a9c9ecb186de2601eb23799765eccb4a8f74a62 (patch)
tree7fa1916d030bec7fdd7aff8d0e959b80c0c913e5 /Build/source/utils/asymptote/Makefile.in
parent58355d1eebbecbe65dbc12befdd5cd7ea167b04f (diff)
asy 2.13 sources
git-svn-id: svn://tug.org/texlive/trunk@23067 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/Makefile.in')
-rw-r--r--Build/source/utils/asymptote/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/utils/asymptote/Makefile.in b/Build/source/utils/asymptote/Makefile.in
index b57dfc988d7..9e323a5345b 100644
--- a/Build/source/utils/asymptote/Makefile.in
+++ b/Build/source/utils/asymptote/Makefile.in
@@ -184,8 +184,7 @@ asy-keywords.el: asy
grep -v three_\* | grep -v featpost3D | xargs $(ASY) -l >> asy.list
perl ./asy-list.pl asy.list @VERSION@
-install: asy-keywords.el install-man install-texhash
- ${INSTALL} -p -m 644 asy-keywords.el $(asydir)
+install: install-texhash install-man
install-all: install install-html
@@ -194,13 +193,14 @@ install-texhash: install-asy
texhash; \
fi
-install-asy: asy sty
+install-asy: asy sty asy-keywords.el
${INSTALL} -d $(bindir) $(asydir) $(GUIdir) $(exampledir) \
$(animationsdir)
-${INSTALL} -d $(latexdir)
-${INSTALL} -d $(contextdir)
${INSTALL} -p -m 755 $(NAME) $(bindir)
- ${INSTALL} -p -m 644 base/*.asy $(addprefix base/,$(EXTRA)) $(asydir)
+ ${INSTALL} -p -m 644 base/*.asy $(addprefix base/,$(EXTRA)) \
+ asy-keywords.el $(asydir)
${INSTALL} -p -m 755 GUI/*.py $(GUIdir)
ln -sf @datadir@/asymptote/GUI/xasy.py $(bindir)/$(XNAME)
${INSTALL} -p -m 644 examples/*.asy $(addprefix examples/,$(EXEXTRA)) \