mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-09 02:10:22 +08:00
c474ab9084
* Makefile.am (maintainer-check-tests): Delete. (autom4te-update): Move... * cfg.mk (autom4te-update): ...here. (fetch): Depend on autom4te-update. Split... (gnulib-update): ...into new rule. Import move-if-change from gnulib. * maint.mk (maintainer-distcheck): Absorb former maintainer-check rule. * build-aux/move-if-change: New file, undistributed. * .gitattributes: Handle new upstream file. * .gitignore: Ignore maintainer cruft. * HACKING: Update maintainer instructions. * build-aux/config.guess: Update from upstream. * build-aux/config.sub: Likewise. * build-aux/gendocs.sh: Likewise. * build-aux/texinfo.tex: Likewise. * doc/gendocs_template: Likewise. * doc/standards.texi: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
20 lines
505 B
Plaintext
20 lines
505 B
Plaintext
# See README-hacking for ideas on making these settings useful.
|
|
*.texi* diff=texinfo
|
|
ChangeLog merge=merge-changelog
|
|
|
|
# Exempt upstream files from whitespace rules.
|
|
config.guess -whitespace
|
|
config.sub -whitespace
|
|
elisp-comp -whitespace
|
|
install-sh -whitespace
|
|
mdate-sh -whitespace
|
|
missing -whitespace
|
|
move-if-change -whitespace
|
|
texinfo.tex -whitespace
|
|
fdl.texi -whitespace
|
|
fdl-1.3.texi -whitespace
|
|
make-stds.texi -whitespace
|
|
standards.texi -whitespace
|
|
gendocs.sh -whitespace
|
|
gendocs_template -whitespace
|