mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
8aa9813801
* cfg.mk (web-manual): Use new feature of gendocs. (fetch): Fetch gendocs. * Makefile.am (EXTRA_DIST): Distribute new file. * doc/Makefile.am (EXTRA_DIST): Likewise. * .gitattributes: Ignore whitespace in upstream files. * HACKING (Other web updates): Update Free Software Directory instructions. (Upload): No longer mention xdelta. * maint.mk (xd-delta): Likewise. * build-aux/gendocs.sh: New upstream file. * doc/gendocs_template: Likewise. * build-aux/announce-gen: Resync from upstream. * build-aux/config.guess: Likewise. * build-aux/config.sub: Likewise. * build-aux/gnupload: Likewise. * build-aux/texinfo.tex: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
17 lines
430 B
Plaintext
17 lines
430 B
Plaintext
# See README-hacking for ideas on making these settings useful.
|
|
*.texi* diff=texinfo
|
|
ChangeLog merge=merge-changelog
|
|
config.guess -whitespace
|
|
config.sub -whitespace
|
|
elisp-comp -whitespace
|
|
install-sh -whitespace
|
|
mdate-sh -whitespace
|
|
missing -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
|