]> git.pld-linux.org Git - packages/automake.git/blob - automake-info.patch
- obsolete
[packages/automake.git] / automake-info.patch
1 --- automake-1.8.2/doc/automake.texi.orig       2004-01-07 20:30:54.000000000 +0100
2 +++ automake-1.8.2/doc/automake.texi    2004-01-13 20:08:36.370459336 +0100
3 @@ -32,14 +32,10 @@
4  @end quotation
5  @end copying
6  
7 -@dircategory Software development
8 +@dircategory Programming tools:
9  @direntry
10 -* automake: (automake).                Making Makefile.in's.
11 -@end direntry
12 -
13 -@dircategory Individual utilities
14 -@direntry
15 -* aclocal: (automake)Invoking aclocal.          Generating aclocal.m4.
16 +* automake: (automake).                        Making Makefile.in's.
17 +* aclocal: (automake)aclocal.          Generating aclocal.m4.
18  @end direntry
19  
20  @titlepage
21 @@ -134,7 +130,7 @@
22  
23  * Requirements::                Configuration requirements
24  * Optional::                    Other things Automake recognizes
25 -* Invoking aclocal::            Auto-generating aclocal.m4
26 +* aclocal::                     Auto-generating aclocal.m4
27  * aclocal options::             aclocal command line arguments
28  * Macro search path::           Modifying aclocal's search path
29  * Macros::                      Autoconf macros supplied with Automake
30 @@ -1230,7 +1226,7 @@
31  @menu
32  * Requirements::                Configuration requirements
33  * Optional::                    Other things Automake recognizes
34 -* Invoking aclocal::            Auto-generating aclocal.m4
35 +* aclocal::                     Auto-generating aclocal.m4
36  * aclocal options::             aclocal command line arguments
37  * Macro search path::           Modifying aclocal's search path
38  * Macros::                      Autoconf macros supplied with Automake
39 @@ -1449,12 +1445,12 @@
40  can appear in @file{aclocal.m4} when @command{aclocal} detects that
41  some required macros come from files local to your package (as
42  opposed to macros installed in a system-wide directory, see
43 -@ref{Invoking aclocal}).
44 +@ref{aclocal}).
45  
46  @end table
47  
48  
49 -@node Invoking aclocal
50 +@node aclocal
51  @section Auto-generating aclocal.m4
52  
53  @cindex Invoking aclocal
54 @@ -2028,12 +2024,12 @@
55  
56  @code{ACLOCAL_AMFLAGS} contains options to pass to @command{aclocal}
57  when @file{aclocal.m4} is to be rebuilt by @code{make}.  This line is
58 -also used by @command{autoreconf} (@pxref{autoreconf Invocation, ,
59 +also used by @command{autoreconf} (@pxref{autoreconf, ,
60  Using @command{autoreconf} to Update @file{configure} Scripts,
61  autoconf, The Autoconf Manual}) to run @command{aclocal} with suitable
62 -options, or by @command{autopoint} (@pxref{autopoint Invocation, ,
63 +options, or by @command{autopoint} (@pxref{autopoint, ,
64  Invoking the @command{autopoint} Program, gettext, GNU gettext tools})
65 -and @command{gettextize} (@pxref{gettextize Invocation, , Invoking the
66 +and @command{gettextize} (@pxref{gettextize, , Invoking the
67  @command{gettextize} Program, gettext, GNU gettext tools}) to locate
68  the place where Gettext's macros should be installed.  So even if you
69  do not really care about the rebuild rules, you should define
This page took 0.055899 seconds and 3 git commands to generate.