1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
From: Eric Dorland <eric@debian.org>
Date: Sat, 18 Jul 2015 14:06:52 -0400
Subject: texi file rename for multiple automake versions
---
doc/automake.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Index: automake/doc/automake.texi
===================================================================
--- automake.orig/doc/automake.texi 2025-07-28 13:58:18.101801563 -0400
+++ automake/doc/automake.texi 2025-07-28 13:58:52.977686407 -0400
@@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
-@setfilename automake.info
-@settitle automake
+@setfilename automake-1.18.info
+@settitle automake-1.18
@documentencoding UTF-8
@documentlanguage en
@setchapternewpage off
@@ -40,13 +40,13 @@
@dircategory Software development
@direntry
-* Automake: (automake). Making GNU standards-compliant Makefiles.
+* Automake: (automake-1.18). 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.
+* aclocal-invocation: (automake-1.18)aclocal Invocation. Generating aclocal.m4.
+* automake-invocation: (automake-1.18)automake Invocation. Generating Makefile.in.
@end direntry
@titlepage
|