diff options
| author | tv <tv@NetBSD.org> | 2001-11-14 20:00:40 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 2001-11-14 20:00:40 +0000 |
| commit | bf1762d391d134deb86591bf15b2f6c31fcfd841 (patch) | |
| tree | 98b4925914dac2432401e14d5c37cbfc6838980b /gnu | |
| parent | 7ae8ff46edd8c2e56a4195c114104f017ab415a2 (diff) | |
Remove hooks to doc subdir.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/dist/autoconf/Makefile.in | 3 | ||||
| -rwxr-xr-x | gnu/dist/autoconf/configure | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/gnu/dist/autoconf/Makefile.in b/gnu/dist/autoconf/Makefile.in index a585fd0148e..d974ef070ed 100644 --- a/gnu/dist/autoconf/Makefile.in +++ b/gnu/dist/autoconf/Makefile.in @@ -430,9 +430,6 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean $(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 --git a/gnu/dist/autoconf/configure b/gnu/dist/autoconf/configure index c40ba83b75d..93a1d3f8a4c 100755 --- a/gnu/dist/autoconf/configure +++ b/gnu/dist/autoconf/configure @@ -1367,7 +1367,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' # 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 |
