]> git.ipfire.org Git - thirdparty/gettext.git/commit
Reduce ABOUT-NLS to just a hyperlink.
authorBruno Haible <bruno@clisp.org>
Thu, 4 Apr 2019 02:20:32 +0000 (04:20 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 4 Apr 2019 02:20:32 +0000 (04:20 +0200)
commit6b40c1fa79d8d593f77120444dc3aa22293b5bcb
tree5952c5506c1187ee8754ac6a7cc7f4905bc34512
parent7cb774f0ccd1c3fcaca13902ae4f65429f0d3f47
Reduce ABOUT-NLS to just a hyperlink.

The common way to distribute information, nowadays, is through the web,
not by including files in tarballs of packages.  Also, the current
contents of ABOUT-NLS is outdated.

Reported by Samuel Thibault in <https://savannah.gnu.org/bugs/?54809>.

* gettext-runtime/ABOUT-NLS: Replace text with a reference to the online
documentation.
* gettext-runtime/Makefile.am (MAKEINFO): Remove variable.
(all-local, ABOUT-NLS): Remove rules.
* gettext-tools/src/msginit.c (main): Point the user to the online documentation
instead of the ABOUT-NLS file.
* gettext-tools/doc/gettext.texi (Installing Localizations, Prerequisites,
Makefile): Don't mention ABOUT-NLS any more.
* gettext-tools/doc/gettextize.texi: Update description of ABOUT-NLS.
* gettext-tools/doc/FAQ.html: Refer to the online documentation instead of the
ABOUT-NLS file.
* README: Don't mention ABOUT-NLS any more.
Admin/release-steps
README
gettext-runtime/ABOUT-NLS
gettext-runtime/Makefile.am
gettext-tools/doc/FAQ.html
gettext-tools/doc/gettext.texi
gettext-tools/doc/gettextize.texi
gettext-tools/src/msginit.c