From 621ea898820cee147e333fd83a378cda08064871 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 25 Feb 2025 09:42:23 -0800 Subject: [PATCH] doc: tiny. * HACKING: mention tag list. * doc/automake.texi: wording. --- HACKING | 1 + doc/automake.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3