From: Tom Tromey Date: Thu, 10 Apr 1997 07:42:50 +0000 (+0000) Subject: doc fixes X-Git-Tag: pre-ian-conditionals~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=939ff93f23d9d51b3f4c4eec879230f22f969657;p=thirdparty%2Fautomake.git doc fixes --- diff --git a/TODO b/TODO index d1b931904..e5daedfca 100644 --- a/TODO +++ b/TODO @@ -347,8 +347,6 @@ containing application. Document: -LTLIBOBJS - AM_MISSING_PROG how to use the generated makefiles diff --git a/automake.texi b/automake.texi index a2ab86829..04f0c2c7f 100644 --- a/automake.texi +++ b/automake.texi @@ -1362,6 +1362,11 @@ of extra libtool objects (@samp{.lo} files) to add to the shared library. The @samp{library_LDFLAGS} variable contains any additional libtool flags, such as @samp{-version-info} or @samp{-static}. +Where an ordinary library might include @code{@@LIBOBJS@@}, a libtool +library must use @code{@@LTLIBOBJS@@}. This is required because the +object files that libtool operates on do not necessarily end in +@samp{.o}. The libtool manual contains more details on this topic. + For libraries installed in some directory, @code{automake} will automatically supply the appropriate @samp{-rpath} option. However, for libraries determined at configure time (and thus mentioned in @@ -1913,8 +1918,11 @@ info_TEXINFOS = cpio.texi man_MANS = cpio.1 mt.1 @end example -Texinfo source, info pages and man pages are all considered to be source -for the purposes of making a distribution. +Texinfo source and info pages are all considered to be source for the +purposes of making a distribution. + +Man pages are not currently considered to be source, because it is not +uncommon for man pages to be automatically distributed. @node Install diff --git a/stamp-vti b/stamp-vti index bc64b3cc3..68d8b4dde 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,3 +1,3 @@ -@set UPDATED 4 April 1997 +@set UPDATED 10 April 1997 @set EDITION 1.1n @set VERSION 1.1n diff --git a/version.texi b/version.texi index bc64b3cc3..68d8b4dde 100644 --- a/version.texi +++ b/version.texi @@ -1,3 +1,3 @@ -@set UPDATED 4 April 1997 +@set UPDATED 10 April 1997 @set EDITION 1.1n @set VERSION 1.1n