]> sourceware.org Git - automake.git/commitdiff
Updated manual to refect noinst_LTLIBRARIES.
authorTom Tromey <tromey@redhat.com>
Fri, 16 Oct 1998 10:16:20 +0000 (10:16 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 16 Oct 1998 10:16:20 +0000 (10:16 +0000)
Remembered to save buffer with last Makefile.am change.

Makefile.am
Makefile.in
automake.texi
lib/am/Makefile.am
stamp-vti
version.texi

index 8c06ade478c61f827bbba7bc952088571ced3401..7bc64cc22cbf0a07f4fb32ebcc42ef4246ca83a3 100644 (file)
@@ -13,7 +13,7 @@ MAINT_CHARSET = latin1
 SUBDIRS = m4 tests
 
 bin_SCRIPTS = automake aclocal
-info_TEXINFOS = automake.texi am-f77.texi
+info_TEXINFOS = automake.texi
 
 amfiles = clean-hdr.am clean-kr.am clean.am comp-vars.am compile.am \
 data-clean.am data.am dejagnu.am depend.am depend2.am dist-vars.am \
index a8496e39c976074148c676737ffc533051cfba69..191bda466654ff6633193bdcd99e5f3592a66dec 100644 (file)
@@ -72,7 +72,7 @@ MAINT_CHARSET = latin1
 SUBDIRS = m4 tests
 
 bin_SCRIPTS = automake aclocal
-info_TEXINFOS = automake.texi am-f77.texi
+info_TEXINFOS = automake.texi
 
 amfiles = clean-hdr.am clean-kr.am clean.am comp-vars.am compile.am \
 data-clean.am data.am dejagnu.am depend.am depend2.am dist-vars.am \
@@ -102,9 +102,9 @@ CONFIG_CLEAN_FILES =  automake aclocal
 SCRIPTS =  $(bin_SCRIPTS) $(pkgdata_SCRIPTS)
 
 TEXI2DVI = texi2dvi
-INFO_DEPS = automake.info am-f77.info
-DVIS = automake.dvi am-f77.dvi
-TEXINFOS = automake.texi am-f77.texi
+INFO_DEPS = automake.info
+DVIS = automake.dvi
+TEXINFOS = automake.texi
 DATA =  $(pkgdata_DATA)
 
 DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
@@ -205,10 +205,6 @@ automake.info: automake.texi version.texi
 automake.dvi: automake.texi version.texi
 
 
-am-f77.info: am-f77.texi
-am-f77.dvi: am-f77.texi
-
-
 DVIPS = dvips
 
 .texi.info:
@@ -309,11 +305,7 @@ mostlyclean-aminfo:
          automake.fns automake.ky automake.kys automake.ps \
          automake.log automake.pg automake.toc automake.tp \
          automake.tps automake.vr automake.vrs automake.op automake.tr \
-         automake.cv automake.cn am-f77.aux am-f77.cp am-f77.cps \
-         am-f77.dvi am-f77.fn am-f77.fns am-f77.ky am-f77.kys \
-         am-f77.ps am-f77.log am-f77.pg am-f77.toc am-f77.tp \
-         am-f77.tps am-f77.vr am-f77.vrs am-f77.op am-f77.tr am-f77.cv \
-         am-f77.cn
+         automake.cv automake.cn
 
 clean-aminfo:
 
index a8512f14f55dcb5651d6129b0483f997bea6d584..7271689779dc3d506235ff533ae5c0858c9c2605 100644 (file)
@@ -1765,11 +1765,12 @@ lib_LTLIBRARIES = libgettext.la
 @vindex noinst_LTLIBRARIES
 @vindex check_LTLIBRARIES
 
-@cindex noinst_LTLIBRARIES, not allowed
 @cindex check_LTLIBRARIES, not allowed
 
 Note that shared libraries @emph{must} be installed, so
-@code{noinst_LTLIBRARIES} and @code{check_LTLIBRARIES} are not allowed.
+@code{check_LTLIBRARIES} is not allowed.  However,
+@code{noinst_LTLIBRARIES} is allowed.  This feature should be used for
+libtool ``convenience libraries''.
 
 @cindex suffix .lo, defined
 
@@ -3458,15 +3459,6 @@ intent is to allow a maintainer to use whatever character set is most
 convenient locally, but for all distributions to be Unicode or
 @w{ISO 10646} with the UTF-8 encoding.
 
-@cindex Debian package
-@cindex RPM package
-
-@item
-Support for automatically generating packages (e.g. Debian packages, RPM
-packages, Solaris packages, etc).  This will happen more quickly if
-someone with package-building experience can tell me what would be
-helpful.
-
 @cindex Guile rewrite
 
 @item
index 8c06ade478c61f827bbba7bc952088571ced3401..7bc64cc22cbf0a07f4fb32ebcc42ef4246ca83a3 100644 (file)
@@ -13,7 +13,7 @@ MAINT_CHARSET = latin1
 SUBDIRS = m4 tests
 
 bin_SCRIPTS = automake aclocal
-info_TEXINFOS = automake.texi am-f77.texi
+info_TEXINFOS = automake.texi
 
 amfiles = clean-hdr.am clean-kr.am clean.am comp-vars.am compile.am \
 data-clean.am data.am dejagnu.am depend.am depend2.am dist-vars.am \
index f127a192cfabcfbf0c63789395d5761f17719c0f..447c6a2ade38b88fad23096d0bd6870ff4a5d205 100644 (file)
--- a/stamp-vti
+++ b/stamp-vti
@@ -1,3 +1,3 @@
-@set UPDATED 13 October 1998
+@set UPDATED 16 October 1998
 @set EDITION 1.3c
 @set VERSION 1.3c
index f127a192cfabcfbf0c63789395d5761f17719c0f..447c6a2ade38b88fad23096d0bd6870ff4a5d205 100644 (file)
@@ -1,3 +1,3 @@
-@set UPDATED 13 October 1998
+@set UPDATED 16 October 1998
 @set EDITION 1.3c
 @set VERSION 1.3c
This page took 0.036689 seconds and 5 git commands to generate.