From 3cc0a8ce89d9399258a9a200ee43d3e57f752dca Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 21 May 2009 00:28:06 +0000 Subject: patch from bowman + autoreconf git-svn-id: svn://tug.org/texlive/trunk@13286 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/asymptote/doc/Makefile.in | 1 + Build/source/utils/asymptote/doc/png/Makefile | 4 ++-- Build/source/utils/asymptote/doc/png/Makefile.in | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'Build/source/utils/asymptote/doc') 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: -- cgit v1.2.3