]> git.pld-linux.org Git - packages/automake.git/blame - automake-info.patch
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'.
[packages/automake.git] / automake-info.patch
CommitLineData
64e61f12 1--- automake-1.5/automake.texi.orig Thu Aug 23 07:40:36 2001
2+++ automake-1.5/automake.texi Thu Aug 30 17:27:55 2001
02574d4c 3@@ -7,14 +7,10 @@
4
5 @include version.texi
6
64e61f12 7-@dircategory GNU programming tools
02574d4c 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
9919dd0e
JB
16+* automake: (automake). Making Makefile.in's
17+* aclocal: (automake)aclocal. Generating aclocal.m4
02574d4c 18 @end direntry
19
20 @ifinfo
e8d65b9d 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
64e61f12 27 * configure:: Scanning configure.ac or configure.in
e8d65b9d 28 * Top level:: The top-level Makefile.am
64e61f12 29 * Alternative:: An alternative approach to subdirectories
30@@ -589,7 +585,7 @@
31 @end table
e8d65b9d 32
33
34-@node Examples, Invoking Automake, Generalities, Top
35+@node Examples, Automake, Generalities, Top
36 @chapter Some example packages
37
38 @menu
64e61f12 39@@ -851,11 +847,11 @@
40 (The name of the object files rarely matters.)
e8d65b9d 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
64e61f12 53@@ -996,7 +992,7 @@
e8d65b9d 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
64e61f12 62@@ -1015,7 +1011,7 @@
02574d4c 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
64e61f12 71@@ -1069,7 +1065,7 @@
02574d4c 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
64e61f12 80@@ -1254,11 +1250,11 @@
02574d4c 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
e8d65b9d 89-@cindex aclocal, Invoking
90+@cindex aclocal
02574d4c 91+@cindex aclocal
02574d4c 92
93 Automake includes a number of Autoconf macros which can be used in your
e8d65b9d 94 package; some of them are actually required by Automake in certain
64e61f12 95@@ -1325,7 +1321,7 @@
02574d4c 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.
This page took 0.065023 seconds and 4 git commands to generate.