]> git.pld-linux.org Git - packages/automake.git/blob - automake-info.patch
- updated for 1.4p4.
[packages/automake.git] / automake-info.patch
1 --- automake-1.4-p4/automake.texi.orig  Wed Jan  6 14:01:26 1999
2 +++ automake-1.4-p4/automake.texi       Wed Jul 11 02:48:08 2001
3 @@ -7,14 +7,10 @@
4  
5  @include version.texi
6  
7 -@dircategory GNU admin
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  @ifinfo
21 @@ -111,7 +107,7 @@
22  * Introduction::                Automake's purpose
23  * Generalities::                General ideas
24  * Examples::                    Some example packages
25 -* Invoking Automake::           Creating a Makefile.in
26 +* Automake::                   Creating a Makefile.in
27  * configure::                   Scanning configure.in
28  * Top level::                   The top-level Makefile.am
29  * Programs::                    Building programs and libraries
30 @@ -503,7 +499,7 @@
31  @code{sniff_glue_SOURCES}, not @code{sniff-glue_SOURCES}.
32  
33  
34 -@node Examples, Invoking Automake, Generalities, Top
35 +@node Examples, Automake, Generalities, Top
36  @chapter Some example packages
37  
38  @menu
39 @@ -743,11 +739,11 @@
40  @end example
41  
42  
43 -@node Invoking Automake, configure, Examples, Top
44 +@node Automake, configure, Examples, Top
45  @chapter Creating a @file{Makefile.in}
46  
47  @cindex Multiple configure.in files
48 -@cindex Invoking Automake
49 +@cindex Automake
50  @cindex Automake, invoking
51  
52  To create all the @file{Makefile.in}s for a package, run the
53 @@ -890,7 +886,7 @@
54  @end table
55  
56  
57 -@node configure, Top level, Invoking Automake, Top
58 +@node configure, Top level, Automake, Top
59  @chapter Scanning @file{configure.in}
60  
61  @cindex configure.in, scanning
62 @@ -909,7 +905,7 @@
63  @menu
64  * Requirements::                Configuration requirements
65  * Optional::                    Other things Automake recognizes
66 -* Invoking aclocal::            Auto-generating aclocal.m4
67 +* aclocal::                     Auto-generating aclocal.m4
68  * Macros::                      Autoconf macros supplied with Automake
69  * Extending aclocal::           Writing your own aclocal macros
70  @end menu
71 @@ -995,7 +991,7 @@
72  @end table
73  
74  
75 -@node Optional, Invoking aclocal, Requirements, configure
76 +@node Optional, aclocal, Requirements, configure
77  @section Other things Automake recognizes
78  
79  @cindex Macros Automake recognizes
80 @@ -1185,11 +1181,11 @@
81  @end table
82  
83  
84 -@node Invoking aclocal, Macros, Optional, configure
85 +@node aclocal, Macros, Optional, configure
86  @section Auto-generating aclocal.m4
87  
88 -@cindex Invoking aclocal
89 -@cindex aclocal, Invoking
90 +@cindex aclocal
91 +@cindex aclocal
92  
93  Automake includes a number of Autoconf macros which can be used in your
94  package; some of them are actually required by Automake in certain
95 @@ -1249,7 +1245,7 @@
96  @end table
97  
98  
99 -@node Macros, Extending aclocal, Invoking aclocal, configure
100 +@node Macros, Extending aclocal, aclocal, configure
101  @section Autoconf macros supplied with Automake
102  
103  @c consider generating this node automatically from m4 files.
104 @@ -2294,7 +2290,7 @@
105  
106  When you decide to make a distribution, the @code{dist} target will
107  re-run @code{automake} with @samp{--include-deps} and other options.
108 -@xref{Invoking Automake}, and @ref{Options}.  This will cause the
109 +@xref{Automake}, and @ref{Options}.  This will cause the
110  previously generated dependencies to be inserted into the generated
111  @file{Makefile.in}, and thus into the distribution.  This step also
112  turns off inclusion of the dependency generation code, so that those who
This page took 0.066476 seconds and 3 git commands to generate.