Hi Jim, thanks for the patch. However, note that patches for automake should be posted to the 'automake-patches' list; 'bug-automake' is only for bug reporting (as any message posted here open a new entry in the debbugs tracker). On Sunday 19 June 2011, Jim Meyering wrote: > Here's a small fix for master: > Indeed it's good for maint too. I've applied it to maint, and merged to master. See more below. > From 5115c011c2f6689508020612ecee97775da7687f Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Sun, 19 Jun 2011 12:29:18 +0200 > Subject: [PATCH] doc: replace obsolete @vindex entry with a useful one > > * doc/automake.texi (Program Sources): Do not index obsolete > pkglib_PROGRAMS here. Do index pkglibexec_PROGRAMS. > --- > ChangeLog | 6 ++++++ > doc/automake.texi | 2 +- > 2 files changed, 7 insertions(+), 1 deletions(-) > > diff --git a/ChangeLog b/ChangeLog > index e09b24a..d702976 100644 > --- a/ChangeLog > +++ b/ChangeLog > @@ -1,3 +1,9 @@ > +2011-06-19 Jim Meyering > + > + doc: replace obsolete @vindex entry with a useful one > + * doc/automake.texi (Program Sources): Do not index obsolete > + pkglib_PROGRAMS here. Do index pkglibexec_PROGRAMS. > + > 2011-06-18 Stefano Lattarini > > tests: more checks on portable fd redirection in TESTS_ENVIRONMENT > diff --git a/doc/automake.texi b/doc/automake.texi > index 7e84fdd..2c91ec5 100644 > --- a/doc/automake.texi > +++ b/doc/automake.texi > @@ -4659,7 +4659,7 @@ Program Sources > @vindex bin_PROGRAMS > @vindex sbin_PROGRAMS > @vindex libexec_PROGRAMS > -@vindex pkglib_PROGRAMS > +@vindex pkglibexec_PROGRAMS > @vindex noinst_PROGRAMS > @vindex check_PROGRAMS > > -- > 1.7.6.rc2.4.g36bfb.dirty > > In fact, after my recentish commit `v1.11-373-g9ca6326', "Warnings about primary/prefix mismatch fixed and extended.", there is an error in the documentation, that your patch has brought to my attention. Fixed with the attached patch (for maint). Regards, Stefano