GNU bug report logs -
#8896
[PATCH] doc: replace obsolete @vindex entry with a useful one
Previous Next
Reported by: Jim Meyering <jim <at> meyering.net>
Date: Sun, 19 Jun 2011 10:34:02 UTC
Severity: normal
Tags: patch
Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Here's a small fix for master:
From 5115c011c2f6689508020612ecee97775da7687f Mon Sep 17 00:00:00 2001
From: Jim Meyering <meyering <at> 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 <meyering <at> 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.lattarini <at> 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
This bug report was last modified 13 years and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.