From: Gary V. Vaughan Date: Sun, 8 Apr 2001 00:31:50 +0000 (+0000) Subject: From Nick Hudson X-Git-Tag: multi-language-merge-point~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b288c0313fee6445ba7d5eb10a2a94bb41ba673;p=thirdparty%2Flibtool.git From Nick Hudson * doc/Makefile.am (libtool_TEXINFOS): Add fdl.texi so that it is included in the distribution. --- diff --git a/ChangeLog b/ChangeLog index 480347697..b7e1cad4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-04-08 Gary V. Vaughan + + From Nick Hudson + * doc/Makefile.am (libtool_TEXINFOS): Add fdl.texi so that it + is included in the distribution. + 2001-04-07 Peter Eisentraut * ltmain.in (clean,uninstall): Do not error if the file doesn't diff --git a/doc/Makefile.am b/doc/Makefile.am index b07461d5c..98824ceef 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,4 +2,4 @@ AUTOMAKE_OPTIONS = gnits info_TEXINFOS = libtool.texi -libtool_TEXINFOS = PLATFORMS +libtool_TEXINFOS = PLATFORMS fdl.texi