[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.13b-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.13b-935-g45a2547 |
Date: |
Wed, 19 Jun 2013 11:45:22 +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=45a2547f760805e9dcd9b1d8b0de36ea427f3c31
The branch, ng/master has been updated
via 45a2547f760805e9dcd9b1d8b0de36ea427f3c31 (commit)
from 4f057d98f8b1117a2aa28bb1a093be5cf40565e6 (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 45a2547f760805e9dcd9b1d8b0de36ea427f3c31
Author: Stefano Lattarini <address@hidden>
Date: Wed Jun 19 12:25:14 2013 +0200
tests: fix a spurious failure with Texinfo 5
* t/txinfo-include.sh: Here.
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
t/txinfo-include.sh | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/t/txinfo-include.sh b/t/txinfo-include.sh
index 8cdf59c..5bb8963 100644
--- a/t/txinfo-include.sh
+++ b/t/txinfo-include.sh
@@ -25,7 +25,7 @@ echo AC_OUTPUT >> configure.ac
cat > Makefile.am << 'END'
info_TEXINFOS = main.texi sub/more.texi
main_TEXINFOS = one.texi two.texi three.texi
-sub_more_TEXINFOS = sub/one.texi sub/two.texi
+sub_more_TEXINFOS = sub/desc.texi sub/hist.texi
END
cat > main.texi << 'END'
@@ -79,18 +79,18 @@ cat > sub/more.texi << 'END'
* hist:: History of this program
@end menu
@end ifnottex
address@hidden one.texi
address@hidden two.texi
address@hidden desc.texi
address@hidden hist.texi
@bye
END
-cat > sub/one.texi << 'END'
+cat > sub/desc.texi << 'END'
@node desc
@chapter Description of this program
It does something, really.
END
-cat > sub/two.texi << 'END'
+cat > sub/hist.texi << 'END'
@node hist
@chapter History of this program
It was written somehow.
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, ng/master, updated. v1.13b-935-g45a2547,
Stefano Lattarini <=