From f541f9a4c8a5016ed4d77e54f4a3d707a863feaa Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 19 Jun 2011 13:15:49 +0200 Subject: [PATCH] docs: primary/prefix combination "pkglib_PROGRAMS" is now invalid * doc/automake.texi (Program Sources): pkglib_PROGRAMS is not a valid combination anymore, so don't document it. Inconsistency introduced in commit `v1.11-373-g9ca6326'. --- ChangeLog | 7 +++++++ doc/automake.texi | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 08814ad36..917c2d4d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-06-19 Stefano Lattarini + + docs: primary/prefix combination "pkglib_PROGRAMS" is now invalid + * doc/automake.texi (Program Sources): pkglib_PROGRAMS is not a + valid combination anymore, so don't document it. Inconsistency + introduced in commit `v1.11-373-g9ca6326'. + 2011-06-19 Jim Meyering docs: replace obsolete @vindex entry with a useful one diff --git a/doc/automake.texi b/doc/automake.texi index 1f609c705..4209c0711 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -4649,7 +4649,7 @@ programs. Most of the comments about these also apply to libraries In a directory containing source that gets built into a program (as opposed to a library or a script), the @code{PROGRAMS} primary is used. Programs can be installed in @code{bindir}, @code{sbindir}, -@code{libexecdir}, @code{pkglibdir}, @code{pkglibexecdir}, or not at all +@code{libexecdir}, @code{pkglibexecdir}, or not at all (@code{noinst_}). They can also be built only for @samp{make check}, in which case the prefix is @samp{check_}. -- 2.47.2