From: Karl Berry Date: Tue, 25 Feb 2025 17:42:23 +0000 (-0800) Subject: doc: tiny. X-Git-Tag: v1.17.90~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=621ea898820cee147e333fd83a378cda08064871;p=thirdparty%2Fautomake.git doc: tiny. * HACKING: mention tag list. * doc/automake.texi: wording. --- diff --git a/HACKING b/HACKING index ea06d1d85..78401fad7 100644 --- a/HACKING +++ b/HACKING @@ -509,6 +509,7 @@ * To add tags "help" and "confirmed" to bug 12345, mail to control@debbugs.gnu.org with a one-line body: tags 12345 + help confirmed + Available tags: patch wontfix moreinfo unreproducible notabug fixed * To merge bugs 12345 and 56789, mail to control@debbugs.gnu.org with a one-line body: diff --git a/doc/automake.texi b/doc/automake.texi index 51190ea50..5cdf91f68 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -2415,7 +2415,7 @@ to provide the user with more context and information. @cmindex mkinstalldirs This script used to be a wrapper around @samp{mkdir -p}, which is not portable. Now we prefer to use @samp{install-sh -d} when @command{configure} -finds that @samp{mkdir -p} does not work, this makes one less script to +finds that @samp{mkdir -p} does not work; this makes for one less script to distribute. For backward compatibility @file{mkinstalldirs} is still used and