]> git.pld-linux.org Git - packages/automake.git/blob - automake-info.patch
- complete patch (apply to all languages)
[packages/automake.git] / automake-info.patch
1 --- automake-1.9.6/doc/automake.texi.orig       2005-07-09 11:28:44.000000000 +0200
2 +++ automake-1.9.6/doc/automake.texi    2005-07-16 15:22:23.458288944 +0200
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 @@ -130,7 +126,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 @@ -1286,7 +1282,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 @@ -1490,13 +1486,12 @@
40  @code{m4_include} is seldom used by @file{configure.ac} authors, but
41  can appear in @file{aclocal.m4} when @command{aclocal} detects that
42  some required macros come from files local to your package (as opposed
43 -to macros installed in a system-wide directory, @pxref{Invoking
44 -aclocal}).
45 +to macros installed in a system-wide directory, @pxref{aclocal}).
46  
47  @end ftable
48  
49  
50 -@node Invoking aclocal
51 +@node aclocal
52  @section Auto-generating aclocal.m4
53  
54  @cindex Invoking @command{aclocal}
55 @@ -2120,12 +2115,12 @@
56  
57  @code{ACLOCAL_AMFLAGS} contains options to pass to @command{aclocal}
58  when @file{aclocal.m4} is to be rebuilt by @command{make}.  This line is
59 -also used by @command{autoreconf} (@pxref{autoreconf Invocation, ,
60 +also used by @command{autoreconf} (@pxref{autoreconf, ,
61  Using @command{autoreconf} to Update @file{configure} Scripts,
62  autoconf, The Autoconf Manual}) to run @command{aclocal} with suitable
63 -options, or by @command{autopoint} (@pxref{autopoint Invocation, ,
64 +options, or by @command{autopoint} (@pxref{autopoint, ,
65  Invoking the @command{autopoint} Program, gettext, GNU gettext tools})
66 -and @command{gettextize} (@pxref{gettextize Invocation, , Invoking the
67 +and @command{gettextize} (@pxref{gettextize, , Invoking the
68  @command{gettextize} Program, gettext, GNU gettext tools}) to locate
69  the place where Gettext's macros should be installed.  So even if you
70  do not really care about the rebuild rules, you should define
This page took 0.053934 seconds and 3 git commands to generate.