]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: tiny.
authorKarl Berry <karl@freefriends.org>
Tue, 25 Feb 2025 17:42:23 +0000 (09:42 -0800)
committerKarl Berry <karl@freefriends.org>
Tue, 25 Feb 2025 17:42:23 +0000 (09:42 -0800)
* HACKING: mention tag list.
* doc/automake.texi: wording.

HACKING
doc/automake.texi

diff --git a/HACKING b/HACKING
index ea06d1d8565d648e3f388c0d5ef6f0d75cb09121..78401fad7a3dbe9a336a3bc974907f6361580632 100644 (file)
--- a/HACKING
+++ b/HACKING
 * 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:
index 51190ea50ed70303a80abe2221d3f0e8161eab41..5cdf91f68447e4f302c4525a9bc0e6c262c22b81 100644 (file)
@@ -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