automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.12.1


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.12.1-325-g39ae8d5
Date: Sat, 09 Jun 2012 09:26:03 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=39ae8d503f3a5116513af73f934f1b9a4e6a21e4

The branch, ng/master has been updated
       via  39ae8d503f3a5116513af73f934f1b9a4e6a21e4 (commit)
      from  50b2839e3a2b0e79ac126918180ef460071132bb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 39ae8d503f3a5116513af73f934f1b9a4e6a21e4
Author: Stefano Lattarini <address@hidden>
Date:   Sat Jun 9 11:23:56 2012 +0200

    [ng] docs: fix a bug in generation of man pages
    
    * Makefile.am ($(versioned_mans)): Pass 'aclocal-$(APIVERSION)' and
    'automake-$(APIVERSION)' to the 'help2man' invocation, rather than
    'aclocal' and 'automake', since otherwise the system-wide automake
    and aclocal programs would be used instead of the proper wrappers in
    't/wrap'.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a08a3e5..09ecc3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -462,7 +462,7 @@ $(versioned_mans): doc/%-$(APIVERSION).1: % 
lib/Automake/Config.pm
         $(AM_V_GEN)$(MKDIR_P) doc \
            && PATH="$(abs_builddir)/t/wrap$(PATH_SEPARATOR)$$PATH" \
            && export PATH \
-           && $(PERL) $(srcdir)/doc/help2man --output=$@ $*
+           && $(PERL) $(srcdir)/doc/help2man --output=$@ $*-$(APIVERSION)
 
 
 ## ---------------------------- ##


hooks/post-receive
-- 
GNU Automake



reply via email to

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