diff options
Diffstat (limited to 'gettext-tools')
-rw-r--r-- | gettext-tools/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-tools/doc/Makefile.am | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 615a257..7806712 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-08 Bruno Haible <bruno@clisp.org> + + * Makefile.am (CLEANFILES): Remove variable. Not needed any more + 2009-04-07 Bruno Haible <bruno@clisp.org> * 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 205e6fc..08a95b5 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 |