docs: primary/prefix combination "pkglib_PROGRAMS" is now invalid
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 19 Jun 2011 11:15:49 +0000 (13:15 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 19 Jun 2011 11:15:49 +0000 (13:15 +0200)
* 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
doc/automake.texi

index 08814ad..917c2d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-19  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <meyering@redhat.com>
 
        docs: replace obsolete @vindex entry with a useful one
index 1f609c7..4209c07 100644 (file)
@@ -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_}.