From: Bruno Haible Date: Thu, 9 Apr 2009 00:44:37 +0000 (+0000) Subject: Remove unneeded variable. X-Git-Tag: v0.18~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b59f51a2f9d968070b2e2504b35e21db546a276;p=thirdparty%2Fgettext.git Remove unneeded variable. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 615a257ba..78067126f 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-08 Bruno Haible + + * Makefile.am (CLEANFILES): Remove variable. Not needed any more + 2009-04-07 Bruno Haible * Makefile.am (SUFFIXES): Remove variable. Not needed any more since diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index 205e6fcf1..08a95b5d0 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -106,8 +106,7 @@ install-html: install-html-split uninstall-html: uninstall-html-split dist-html: dist-html-split -CLEANFILES = gettext.pdf gettext.html -# gettext.dvi and gettext.ps are already known to automake. +# gettext.{dvi,ps,pdf,html} are already known to automake. MAINTAINERCLEANFILES = gettext_*.html