* HACKING: mention tag list.
* doc/automake.texi: wording.
* 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:
@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