emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#8896: closed ([PATCH] doc: replace obsolete @vin


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#8896: closed ([PATCH] doc: replace obsolete @vindex entry with a useful one)
Date: Sun, 19 Jun 2011 11:21:02 +0000

Your message dated Sun, 19 Jun 2011 13:19:59 +0200
with message-id <address@hidden>
and subject line Re: bug#8896: [PATCH] doc: replace obsolete @vindex entry with 
a useful one
has caused the GNU bug report #8896,
regarding [PATCH] doc: replace obsolete @vindex entry with a useful one
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8896: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8896
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] doc: replace obsolete @vindex entry with a useful one Date: Sun, 19 Jun 2011 12:32:59 +0200
Here's a small fix for master:

>From 5115c011c2f6689508020612ecee97775da7687f Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
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  <address@hidden>
+
+       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  <address@hidden>

        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
address@hidden pkglib_PROGRAMS
address@hidden pkglibexec_PROGRAMS
 @vindex noinst_PROGRAMS
 @vindex check_PROGRAMS

--
1.7.6.rc2.4.g36bfb.dirty



--- End Message ---
--- Begin Message --- Subject: Re: bug#8896: [PATCH] doc: replace obsolete @vindex entry with a useful one Date: Sun, 19 Jun 2011 13:19:59 +0200 User-agent: KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; )
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 <address@hidden>
> 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  <address@hidden>
> +
> +     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  <address@hidden>
> 
>       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
> address@hidden pkglib_PROGRAMS
> address@hidden 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

From f541f9a4c8a5016ed4d77e54f4a3d707a863feaa Mon Sep 17 00:00:00 2001
Message-Id: <address@hidden>
From: Stefano Lattarini <address@hidden>
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 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 08814ad..917c2d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-06-19  Stefano Lattarini  <address@hidden>
+
+       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  <address@hidden>
 
        docs: replace obsolete @vindex entry with a useful one
diff --git a/doc/automake.texi b/doc/automake.texi
index 1f609c7..4209c07 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},
address@hidden, @code{pkglibdir}, @code{pkglibexecdir}, or not at all
address@hidden, @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_}.
 
-- 
1.7.2.3


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]