]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
manual: fix detailmenu ordering.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 22 Feb 2010 21:05:14 +0000 (22:05 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 22 Feb 2010 21:05:14 +0000 (22:05 +0100)
* doc/libtool.texi (Top): Add section for `Linking executables'
in the detailmenu.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/libtool.texi

index 295123ac1d9d525674c18d40bfdb7d3ed44d1f8e..b8aae4ac9a0f3601f5babbd16d6011502de3ef3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       manual: fix detailmenu ordering.
+       * doc/libtool.texi (Top): Add section for `Linking executables'
+       in the detailmenu.
+
 2010-02-21  Charles Wilson <libtool@cwilson.fastmail.fm>
 
        Guard against strerror()==NULL
index 8a191dff9b3992eea473b0d86e59a318bd7802e1..5f0d35c1fe25793b594dec3f6c0eaf210254b2f4 100644 (file)
@@ -120,6 +120,10 @@ Using libtool
 * Installing executables::      Making programs available to users.
 * Static libraries::            When shared libraries are not wanted.
 
+Linking executables
+
+* Wrapper executables::         Wrapper executables for some platforms.
+
 Invoking @code{libtool}
 
 * Compile mode::                Creating library object files.
@@ -212,7 +216,6 @@ Platform quirks
 * Reloadable objects::          Binding object files together.
 * Multiple dependencies::       Removing duplicate dependent libraries.
 * Archivers::                   Programs that create static archives.
-* Wrapper executables::         Wrapper executables for some platforms.
 
 @end detailmenu
 @end menu