* master:
texinfo: warn about future use of '--tidy'
texinfo: don't clutter the builddir when using modern texi2dvi
hacking: autotools-generated files are not committed anymore
hacking: simplify documentation of bootstrapping process
cosmetics: remove repeated line in comment, fix quoting
cosmetics: remove useless import in automake script
docs: deprecate 'cygnus' mode, help the transition
perl refactor: use modern semantics of 'open'
cosmetics: don't make the generated Config.pm executable
maint: reduce use of recursion in automake build system
news: sync with branch-1.11, fix mis-merges
acinstall: remove, it has never been really used
maint: reorganize the source tree and make it less cluttered
news: we are going to drop 'cygnus' soonish
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
GNUmakefile \
syntax-checks.mk \
HACKING \
- ChangeLog.96 \
- ChangeLog.98 \
- ChangeLog.00 \
- ChangeLog.01 \
- ChangeLog.02 \
- ChangeLog.03 \
- ChangeLog.04 \
- ChangeLog.09 \
- ChangeLog.11 \
- bootstrap \
+ NG-NEWS \
$(gitlog_to_changelog_fixes) \
- $(AUTOMAKESOURCES)
+ old/ChangeLog-tests \
+ old/ChangeLog.96 \
+ old/ChangeLog.98 \
+ old/ChangeLog.00 \
+ old/ChangeLog.01 \
+ old/ChangeLog.02 \
+ old/ChangeLog.03 \
+ old/ChangeLog.04 \
+ old/ChangeLog.09 \
+ old/ChangeLog.11 \
+ old/TODO
## Make versioned links. We only run the transform on the root name;
## then we make a versioned link with the transformed base name. This
# Convenience proxy target for the test suites.
recheck:
- $(am__cd) tests && $(MAKE) $(AM_MAKEFLAGS) $@
+ $(am__cd) tests && $(MAKE) $@
.PHONY: recheck
+ # We don't use the default name for the autom4te cache directory,
+ # so we need this.
+ maintainer-clean-local:
+ rm -rf .autom4te.cache
+
################################################################
##
## Everything past here is useful to the maintainer, but probably not