summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-29 00:06:37 +0000
committerKarl Berry <karl@freefriends.org>2009-06-29 00:06:37 +0000
commitd9b69c486ff463e30179a9e8bdacf6710f0ebc91 (patch)
tree1ff82edb1147b80fc710394e364298779bc5b4d1 /Build/source/utils/asymptote/Makefile.in
parent8a2548cb37acbacd1a379a9771b3076788a210f0 (diff)
asy 1.78
git-svn-id: svn://tug.org/texlive/trunk@13994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/Makefile.in')
-rw-r--r--Build/source/utils/asymptote/Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/Build/source/utils/asymptote/Makefile.in b/Build/source/utils/asymptote/Makefile.in
index 0892a1b5c10..2fb4e47b8c9 100644
--- a/Build/source/utils/asymptote/Makefile.in
+++ b/Build/source/utils/asymptote/Makefile.in
@@ -28,7 +28,7 @@ DIST = camp.tab.h camp.tab.cc lex.yy.cc runtime.h runtime.cc keywords.cc \
NAME = asy
XNAME = x$(NAME)
CLEAN = camp.output asy.list svnrevision.cc doc/version.texi GUI/xasyVersion.py $(XNAME)
-EXTRA = asy-mode.el asy-init.el asy.vim asymptote.py reload.js nopapersize.ps
+EXTRA = asy-mode.el asy-init.el asy.vim asy-kate.sh asymptote.py reload.js nopapersize.ps
EXEXTRA = piicon.eps *.views *.dat
DOCEXTRA = *.asy *.csv *.dat latexusage.tex externalprc.tex pixel.pdf
KEYWORDS = base $(ASYMPTOTE_SITEDIR)
@@ -150,9 +150,14 @@ asy-keywords.el: asy
grep -v three_\* | grep -v featpost3D | xargs $(ASY) -l >> asy.list
./asy-list.pl asy.list @VERSION@
-install: asy-keywords.el install-asy install-man
+install: asy-keywords.el install-texhash install-man
-install-all: asy-keywords.el install-asy install-html
+install-all: asy-keywords.el install-texhash install-html
+
+install-texhash: install-asy
+ -if test -z "$(DESTDIR)"; then \
+ texhash; \
+ fi
install-asy: asy
${INSTALL} -d $(bindir) $(asydir) $(GUIdir) $(exampledir) \
@@ -170,9 +175,6 @@ install-asy: asy
examples/animations/inlinemovie3.tex $(animationsdir)
-${INSTALL} -p -m 644 $(addprefix doc/,$(LATEXFILES)) $(latexdir)
-${INSTALL} -p -m 644 $(addprefix doc/,$(CONTEXTFILES)) $(contextdir)
- -if test -z "$(DESTDIR)"; then \
- texhash; \
- fi
install-html: html
cd doc; $(MAKE) install-all