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
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