]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool.texi: Remove section 'References'
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 18 Nov 2024 18:50:01 +0000 (20:50 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 18 Nov 2024 18:50:01 +0000 (20:50 +0200)
The section 'References' only contained old broken links.

* doc/libtool.texi: Remove broken links from documentation.

doc/libtool.texi

index 57212021bac48ccab7acea1efd2bc3accfb3ee96..263e3ad63e9f380439b1f0698e1fc61494168ea3 100644 (file)
@@ -203,7 +203,6 @@ Porting libtool to new systems
 
 Platform quirks
 
-* References::                  Finding more information.
 * Compilers::                   Creating object files from source files.
 * Reloadable objects::          Binding object files together.
 * Multiple dependencies::       Removing duplicate dependent libraries.
@@ -5926,7 +5925,6 @@ themselves, you should have a better sense of how to improve libtool, or
 write your own.
 
 @menu
-* References::                  Finding more information.
 * Compilers::                   Creating object files from source files.
 * Reloadable objects::          Binding object files together.
 * Multiple dependencies::       Removing duplicate dependent libraries.
@@ -5936,36 +5934,6 @@ write your own.
 * Windows DLLs::                Windows header defines.
 @end menu
 
-@node References
-@subsection References
-
-The following is a list of valuable documentation references:
-
-@itemize @bullet
-@item
-SGI's IRIX Manual Pages can be found at@*
-@url{http://techpubs.sgi.com/cgi-bin/infosrch.cgi?cmd=browse&db=man}.
-
-@item
-Sun's free service area
-(@url{http://www.sun.com/service/online/free.html}) and documentation
-server (@url{http://docs.sun.com/}).
-
-@item
-Compaq's Tru64 UNIX online documentation is at@*
-(@url{http://tru64unix.compaq.com/faqs/publications/pub_page/doc_list.html})
-with C++ documentation at@*
-(@url{http://tru64unix.compaq.com/cplus/docs/index.htm}).
-
-@item
-Hewlett-Packard has online documentation at
-(@url{http://docs.hp.com/index.html}).
-
-@item
-IBM has online documentation at
-(@url{http://www.rs6000.ibm.com/resource/aix_resource/Pubs/}).
-@end itemize
-
 @node Compilers
 @subsection Compilers