MSYS2-packages/automake1.8/automake1.8-documentation.patch

39 lines
1.3 KiB
Diff

--- origsrc/automake-1.8.5/doc/automake.texi 2004-05-13 16:41:35.000000000 -0400
+++ src/automake-1.8.5/doc/automake.texi 2008-10-26 22:19:04.899659200 -0400
@@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
-@setfilename automake.info
-@settitle automake
+@setfilename automake1.8.info
+@settitle automake1.8
@setchapternewpage off
@c %**end of header
@@ -34,12 +34,12 @@
@dircategory Software development
@direntry
-* automake: (automake). Making Makefile.in's.
+* automake-1.8: (automake1.8). Making Makefile.in's.
@end direntry
@dircategory Individual utilities
@direntry
-* aclocal: (automake)Invoking aclocal. Generating aclocal.m4.
+* aclocal-1.8: (automake1.8)Invoking aclocal. Generating aclocal.m4.
@end direntry
@titlepage
--- origsrc/automake-1.8.5/aclocal.in 2004-04-10 13:15:32.000000000 -0400
+++ src/automake-1.8.5/aclocal.in 2008-10-26 22:19:04.889644800 -0400
@@ -323,7 +323,7 @@
if (! defined $1)
{
print STDERR "$file:$.: warning: underquoted definition of $2\n";
- print STDERR " run info '(automake)Extending aclocal'\n"
+ print STDERR " run info '(automake1.8)Extending aclocal'\n"
. " or see http://sources.redhat.com/automake/"
. "automake.html#Extending%20aclocal\n"
unless $underquoted_manual_once;