From: Stefano Lattarini Date: Sun, 5 Aug 2012 15:11:51 +0000 (+0200) Subject: tests: avoid spurious failures with older Texinfo X-Git-Tag: v1.12.3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=706f26b7bde8b7e44210f6efe964333994f2e768;p=thirdparty%2Fautomake.git tests: avoid spurious failures with older Texinfo * t/distcheck-override-infodir.sh (main.texi): Add explicit calls to '@dircategory' and '@direntry', to ensure a 'dir' file will be created also by 'install-info' coming with Texinfo 4.8. Signed-off-by: Stefano Lattarini --- diff --git a/t/distcheck-override-infodir.sh b/t/distcheck-override-infodir.sh index f7a5640f9..ff792f736 100755 --- a/t/distcheck-override-infodir.sh +++ b/t/distcheck-override-infodir.sh @@ -42,6 +42,22 @@ cat > main.texi << 'END' \input texinfo @setfilename main.info @settitle main + +@c Explicit calls to @dircategory and @direntry required to ensure that +@c a 'dir' file will be created also by older versions of 'install-info' +@c (e.g., the one coming with Texinfo 4.8). + +@dircategory Software development +@direntry +* Automake: (automake). Making GNU standards-compliant Makefiles +@end direntry + +@dircategory Individual utilities +@direntry +* aclocal-invocation: (automake)aclocal Invocation. Generating aclocal.m4 +* automake-invocation: (automake)automake Invocation. Generating Makefile.in +@end direntry + @node Top Hello walls. @bye