]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Match Gnulib INSTALL for quoting
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Oct 2024 20:32:25 +0000 (13:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Oct 2024 22:56:35 +0000 (15:56 -0700)
commit30ee10e27316102c52d2c0abf3a91ae3f18fe52a
tree885e115b620830f0d3cd81f9bc87d57741ed6349
parent1a449f4d791f15d9f16fa00dace90e25530f1725
Match Gnulib INSTALL for quoting

The manual was already using curved single quotes, so we
might as well use curved double quotes and en and em dashes too.
* doc/local.mk (AM_MAKEINFOFLAGS): Add ASCII_DASHES_AND_QUOTES=0,
CHECK_NORMAL_MENU_STRUCTURE=1.
* Makefile.am ($(srcdir)/INSTALL): Also use AM_MAKEINFOFLAGS.
This matches Gnulib INSTALL’s quoting practice.
Makefile.am
doc/local.mk