Here's a small fix for master: >From 5115c011c2f6689508020612ecee97775da7687f Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyer...@redhat.com> 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 <meyer...@redhat.com> + + 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 <stefano.lattar...@gmail.com> 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