From 04bb420a64c45f709bddea95c63fe0b2b35ad015 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 22 Mar 2009 10:00:27 +0100 Subject: [PATCH] Fix a documentation typo. * doc/automake.texi (Headers): Clarify the note telling when it's better not to use noinst_HEADERS. Signed-off-by: Ralf Wildenhues --- ChangeLog | 6 ++++++ doc/automake.texi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a2baeb2e4..b6858c067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-22 Jim Meyering + + 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 Define AM_RECURSIVE_TARGETS, for gnulib's GNUmakefile. diff --git a/doc/automake.texi b/doc/automake.texi index 0dfa9c709..2d1e6f82f 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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 -- 2.47.2