summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-21 00:28:06 +0000
committerKarl Berry <karl@freefriends.org>2009-05-21 00:28:06 +0000
commit3cc0a8ce89d9399258a9a200ee43d3e57f752dca (patch)
tree2dd1da5859656e4b44720b4cca7f1bf0fc057d7d /Build/source/utils/asymptote/doc
parent46504f1ee80f021adf00388fef2f7ed8e4ab238d (diff)
patch from bowman + autoreconf
git-svn-id: svn://tug.org/texlive/trunk@13286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/doc')
-rw-r--r--Build/source/utils/asymptote/doc/Makefile.in1
-rw-r--r--Build/source/utils/asymptote/doc/png/Makefile4
-rw-r--r--Build/source/utils/asymptote/doc/png/Makefile.in2
3 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/doc/Makefile.in b/Build/source/utils/asymptote/doc/Makefile.in
index f4141a02780..93aba13dfe8 100644
--- a/Build/source/utils/asymptote/doc/Makefile.in
+++ b/Build/source/utils/asymptote/doc/Makefile.in
@@ -93,4 +93,5 @@ uninstall-all:
distclean: FORCE clean
-rm -f version.texi Makefile
cd FAQ; make distclean
+ cd png; make distclean
FORCE:
diff --git a/Build/source/utils/asymptote/doc/png/Makefile b/Build/source/utils/asymptote/doc/png/Makefile
index dba4da51890..a62730f5ebc 100644
--- a/Build/source/utils/asymptote/doc/png/Makefile
+++ b/Build/source/utils/asymptote/doc/png/Makefile
@@ -5,7 +5,7 @@ ASY = ../asy -dir ../base -config "" -render=0
docdir = $(DESTDIR)/usr/local/share/doc/asymptote
infodir = $(DESTDIR)${datarootdir}/info
datarootdir = ${prefix}/share
-INSTALL = /usr/bin/ginstall -c
+INSTALL = /usr/local/gnu/bin/install -c
all: html info
@@ -29,7 +29,7 @@ info: asymptote.info
clean: FORCE
-rm -f *.png *.html asymptote.info* texput.aux texput.log
-distclean:
+distclean: FORCE clean
-rm -f Makefile
install:
diff --git a/Build/source/utils/asymptote/doc/png/Makefile.in b/Build/source/utils/asymptote/doc/png/Makefile.in
index d49c9813578..798fb9ef969 100644
--- a/Build/source/utils/asymptote/doc/png/Makefile.in
+++ b/Build/source/utils/asymptote/doc/png/Makefile.in
@@ -29,7 +29,7 @@ info: asymptote.info
clean: FORCE
-rm -f *.png *.html asymptote.info* texput.aux texput.log
-distclean:
+distclean: FORCE clean
-rm -f Makefile
install: