>From 15b94859da3b658182e4a334f85fbf8e0ddb6ce2 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyer...@redhat.com> Date: Wed, 18 Mar 2009 10:09:23 +0100 Subject: [PATCH] Fix a documentation typo.
* doc/automake.texi (Headers): Clarify the note telling when it's better not to use noinst_HEADERS. --- ChangeLog | 6 ++++++ doc/automake.texi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a05df3a..bd58dd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-18 Jim Meyering <meyer...@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-11 Ralf Wildenhues <ralf.wildenh...@gmx.de> Fix LAZY_TEST_SUITE handling and $(TEST_SUITE_LOG) recreation. diff --git a/doc/automake.texi b/doc/automake.texi index 84048aa..c648ce6 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6891,8 +6891,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 -- 1.6.2.rc1.285.gc5f54