Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/autoconf Remove hooks to doc subdir.



details:   https://anonhg.NetBSD.org/src/rev/868171bd52e1
branches:  trunk
changeset: 517547:868171bd52e1
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Nov 14 20:00:40 2001 +0000

description:
Remove hooks to doc subdir.

diffstat:

 gnu/dist/autoconf/Makefile.in |  3 ---
 gnu/dist/autoconf/configure   |  2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 595994d1c7cc -r 868171bd52e1 gnu/dist/autoconf/Makefile.in
--- a/gnu/dist/autoconf/Makefile.in     Wed Nov 14 19:55:57 2001 +0000
+++ b/gnu/dist/autoconf/Makefile.in     Wed Nov 14 20:00:40 2001 +0000
@@ -430,9 +430,6 @@
 $(srcdir)/acversion.m4: $(srcdir)/acversion.in $(srcdir)/configure.ac
        sed 's,@VERSION\@,$(VERSION),g' $(srcdir)/acversion.in >acversion.tm4
        mv acversion.tm4 $(srcdir)/acversion.m4
-INSTALL.txt: $(top_srcdir)/doc/install.texi
-       $(MAKEINFO) $(top_srcdir)/doc/install.texi --output=$(srcdir)/INSTALL.txt
-       cp $(srcdir)/INSTALL.txt $(srcdir)/INSTALL
 
 maintainer-check: maintainer-check-tests
 maintainer-check-tests:
diff -r 595994d1c7cc -r 868171bd52e1 gnu/dist/autoconf/configure
--- a/gnu/dist/autoconf/configure       Wed Nov 14 19:55:57 2001 +0000
+++ b/gnu/dist/autoconf/configure       Wed Nov 14 20:00:40 2001 +0000
@@ -1367,7 +1367,7 @@
 # Automake can't see inner AC_SUBSTS (`aclocal' is bypassed), so we tag the
 # AC_SUBSTS here too.
 
-ac_config_files="$ac_config_files Makefile m4/Makefile man/Makefile doc/Makefile config/Makefile tests/Makefile tests/atconfig"
+ac_config_files="$ac_config_files Makefile m4/Makefile man/Makefile config/Makefile tests/Makefile tests/atconfig"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure



Home | Main Index | Thread Index | Old Index