]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
doc: New chapter "Build Infrastructure Modules".
authorBruno Haible <bruno@clisp.org>
Wed, 10 May 2017 17:35:44 +0000 (19:35 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 May 2017 17:35:44 +0000 (19:35 +0200)
* doc/gnulib.texi (Build Infrastructure Modules): New chapter.

ChangeLog
doc/gnulib.texi

index 8def009d11f0271360503881dbd36b162e1f5ed5..856d7cab066de39ddf5252945b6987d69efc19d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-10 Bruno Haible  <bruno@clisp.org>
+
+       doc: New chapter "Build Infrastructure Modules".
+       * doc/gnulib.texi (Build Infrastructure Modules): New chapter.
+
 2017-05-10 Bruno Haible  <bruno@clisp.org>
 
        Prepare for reordering sections in the manual.
index 023ddc8440c30a513e79a4457ee342a6f400d79a..270e4a8822fe3d0f43d48274e4f3c1c27d6d5b2f 100644 (file)
@@ -71,6 +71,7 @@ Documentation License''.
 * Glibc Function Substitutes::      Replacing system functions.
 * Particular Modules::              Documentation of individual modules.
 * Regular expressions::             The regex module.
+* Build Infrastructure Modules::    Modules that extend the GNU Build System.
 * GNU Free Documentation License::  Copying and sharing this manual.
 * Index::
 @end menu
@@ -6321,15 +6322,8 @@ This list of functions is sorted according to the header that declares them.
 * Quoting::
 * error and progname::
 * gcd::
-* Searching for Libraries::
-* Exported Symbols of Shared Libraries::
-* LD Version Scripts::
-* Visual Studio Compatibility::
 * Supporting Relocation::
 * func::
-* configmake::
-* warnings::
-* manywarnings::
 * Running self-tests under valgrind::
 * stat-size::
 @end menu
@@ -6360,24 +6354,10 @@ This list of functions is sorted according to the header that declares them.
 
 @include gcd.texi
 
-@include havelib.texi
-
-@include lib-symbol-visibility.texi
-
-@include ld-version-script.texi
-
-@include ld-output-def.texi
-
 @include relocatable-maint.texi
 
 @include func.texi
 
-@include configmake.texi
-
-@include warnings.texi
-
-@include manywarnings.texi
-
 @include valgrind-tests.texi
 
 @include stat-size.texi
@@ -6411,6 +6391,39 @@ generated automatically.
 
 @include regexprops-generic.texi
 
+
+@node Build Infrastructure Modules
+@chapter Build Infrastructure Modules
+
+Gnulib has a couple of modules that don't provide code, but rather
+extend the GNU Build System.  That is, they are convenience facilities
+for use with GNU Automake (in particular).
+
+@menu
+* Searching for Libraries::
+* Exported Symbols of Shared Libraries::
+* LD Version Scripts::
+* Visual Studio Compatibility::
+* configmake::
+* warnings::
+* manywarnings::
+@end menu
+
+@include havelib.texi
+
+@include lib-symbol-visibility.texi
+
+@include ld-version-script.texi
+
+@include ld-output-def.texi
+
+@include configmake.texi
+
+@include warnings.texi
+
+@include manywarnings.texi
+
+
 @node GNU Free Documentation License
 @appendix GNU Free Documentation License