Fix a documentation typo.
authorJim Meyering <meyering@redhat.com>
Sun, 22 Mar 2009 09:00:27 +0000 (10:00 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 22 Mar 2009 09:00:27 +0000 (10:00 +0100)
* doc/automake.texi (Headers): Clarify the note telling when it's
better not to use noinst_HEADERS.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi

index a2baeb2e4de3a9e4741e06a6ef14fbcbcdd9ed9f..b6858c0679405240f3a7196d075f4a66878b3cc9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-22  Jim Meyering  <meyering@redhat.com>
+
+       Fix a documentation typo.
+       * doc/automake.texi (Headers): Clarify the note telling when it's
+       better not to use noinst_HEADERS.
+
 2009-03-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Define AM_RECURSIVE_TARGETS, for gnulib's GNUmakefile.
index 0dfa9c709a8109cef7c0d7eadddf33e9124aa12a..2d1e6f82f105b6bf231ccca347059c81ee5f13e5 100644 (file)
@@ -6883,8 +6883,8 @@ will install the two files as @file{$(includedir)/foo.h} and
 Usually, only header files that accompany installed libraries need to
 be installed.  Headers used by programs or convenience libraries are
 not installed.  The @code{noinst_HEADERS} variable can be used for
-such headers.  However when the header actually belongs to one
-convenient library or program, we recommend listing it in the
+such headers.  However when the header actually belongs to a single
+convenience library or program, we recommend listing it in the
 program's or library's @code{_SOURCES} variable (@pxref{Program
 Sources}) instead of in @code{noinst_HEADERS}.  This is clearer for
 the @file{Makefile.am} reader.  @code{noinst_HEADERS} would be the