[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-524-g
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-524-g3df373a |
Date: |
Sun, 30 Oct 2011 11:00:39 +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=3df373a8d62784eeab87452a42a08d11b7e75722
The branch, maint has been updated
via 3df373a8d62784eeab87452a42a08d11b7e75722 (commit)
via 12f0a41009a4277f0ee705afa7cb2750451379dd (commit)
from 182935ac18db1d6eb324c452b465c097a5bfabf0 (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 3df373a8d62784eeab87452a42a08d11b7e75722
Merge: 182935a 12f0a41
Author: Stefano Lattarini <address@hidden>
Date: Sun Oct 30 11:58:23 2011 +0100
Merge branch 'fix-pr9773' into maint
* fix-pr9773:
fix: regenerate Makefiles
commit 12f0a41009a4277f0ee705afa7cb2750451379dd
Author: Stefano Lattarini <address@hidden>
Date: Sun Oct 30 11:58:06 2011 +0100
fix: regenerate Makefiles
-----------------------------------------------------------------------
Summary of changes:
doc/Makefile.in | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 04bb38a..9726e8c 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -725,8 +725,13 @@ install-info-am: $(INFO_DEPS)
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(infodir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(infodir)" || exit $$?; done
@$(POST_INSTALL)
- @if (install-info --version && \
- install-info --version 2>&1 | sed 1q | grep -i -v debian)
>/dev/null 2>&1; then \
+ @am__run_installinfo=yes; \
+ case $$AM_UPDATE_INFO_DIR in \
+ n|no|NO) am__run_installinfo=no;; \
+ *) (install-info --version) >/dev/null 2>&1 \
+ || am__run_installinfo=no;; \
+ esac; \
+ if test $$am__run_installinfo = yes; then \
list='$(INFO_DEPS)'; test -n "$(infodir)" || list=; \
for file in $$list; do \
relfile=`echo "$$file" | sed 's|^.*/||'`; \
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-524-g3df373a,
Stefano Lattarini <=