automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-188-g389a028
Date: Sun, 21 Sep 2008 02:28:16 +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=389a02829a4746c0809419691c95f5e9b0e73773

The branch, master has been updated
       via  389a02829a4746c0809419691c95f5e9b0e73773 (commit)
      from  4792c5dfd78723d57e8b45d77cae50c5d1e16d54 (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 389a02829a4746c0809419691c95f5e9b0e73773
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Sep 21 04:25:04 2008 +0200

    Fix man page creation without installed files.
    
    * doc/Makefile.am (update_mans): Use wrappers in tests/
    directory.
    ($(srcdir)/aclocal-$(APIVERSION).1): Use versioned wrapper as
    input program to help2man.
    ($(srcdir)/automake-$(APIVERSION).1): Likewise.
    Report by Eric Blake.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog       |   10 ++++++++++
 doc/Makefile.am |    7 ++++---
 doc/Makefile.in |    7 ++++---
 3 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 33b8f02..c0938d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-09-21  Ralf Wildenhues  <address@hidden>
+
+       Fix man page creation without installed files.
+       * doc/Makefile.am (update_mans): Use wrappers in tests/
+       directory.
+       ($(srcdir)/aclocal-$(APIVERSION).1): Use versioned wrapper as
+       input program to help2man.
+       ($(srcdir)/automake-$(APIVERSION).1): Likewise.
+       Report by Eric Blake.
+
 2008-09-20  Ralf Wildenhues  <address@hidden>
 
        Remove unneeded per-rule *INSTALL variables.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index c6d200f..0a2a076 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -27,16 +27,17 @@ dist_man1_MANS = \
   $(srcdir)/automake-$(APIVERSION).1
 MAINTAINERCLEANFILES = $(dist_man1_MANS)
 update_mans = \
-  PATH=..$(PATH_SEPARATOR)$$PATH; export PATH; \
+  PATH="`pwd`/../tests$(PATH_SEPARATOR)$$PATH" && \
+  export PATH && \
   $(HELP2MAN) --output=$@
 $(dist_man1_MANS): $(top_srcdir)/configure.ac
 $(srcdir)/aclocal.1 $(srcdir)/automake.1:
        f=`echo $@ | sed 's|.*/||; s|\.1$$||; $(transform)'`; \
        echo ".so man1/$$f-$(APIVERSION).1" > $@
 $(srcdir)/aclocal-$(APIVERSION).1: $(srcdir)/../aclocal.in
-       $(update_mans) aclocal
+       $(update_mans) aclocal-$(APIVERSION)
 $(srcdir)/automake-$(APIVERSION).1: $(srcdir)/../automake.in
-       $(update_mans) automake
+       $(update_mans) automake-$(APIVERSION)
 
 # The following requires a fixed version of the Emacs 19.30 etags.
 ETAGS_ARGS = --lang=none \
diff --git a/doc/Makefile.in b/doc/Makefile.in
index d98e14d..65f2747 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -192,7 +192,8 @@ dist_man1_MANS = \
 
 MAINTAINERCLEANFILES = $(dist_man1_MANS)
 update_mans = \
-  PATH=..$(PATH_SEPARATOR)$$PATH; export PATH; \
+  PATH="`pwd`/../tests$(PATH_SEPARATOR)$$PATH" && \
+  export PATH && \
   $(HELP2MAN) --output=$@
 
 
@@ -749,9 +750,9 @@ $(srcdir)/aclocal.1 $(srcdir)/automake.1:
        f=`echo $@ | sed 's|.*/||; s|\.1$$||; $(transform)'`; \
        echo ".so man1/$$f-$(APIVERSION).1" > $@
 $(srcdir)/aclocal-$(APIVERSION).1: $(srcdir)/../aclocal.in
-       $(update_mans) aclocal
+       $(update_mans) aclocal-$(APIVERSION)
 $(srcdir)/automake-$(APIVERSION).1: $(srcdir)/../automake.in
-       $(update_mans) automake
+       $(update_mans) automake-$(APIVERSION)
 
 # We depend on configure.ac so that we regenerate the tarball
 # whenever the Automake version changes.


hooks/post-receive
--
GNU Automake




reply via email to

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