From: Bruno Haible Date: Tue, 12 Jun 2001 12:59:05 +0000 (+0000) Subject: Yet another automake bug. X-Git-Tag: v0.11~666 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15193b38d89867bf531258ecea24daef15ce7716;p=thirdparty%2Fgettext.git Yet another automake bug. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index c681716bb..3f86cbe9a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-10 Bruno Haible + + * Makefile.am: (installdirs): New dependency. Yet another automake bug. + 2001-05-30 Bruno Haible * gettext.texi (Plural forms): Remove remark about continuation lines. diff --git a/doc/Makefile.am b/doc/Makefile.am index 364eace07..fbae27eaf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -159,3 +159,6 @@ uninstall-html-monolithic: uninstall-html-split: $(RM) $(DESTDIR)$(htmldir)/gettext_*.html + +# One more automake bug. +installdirs: installdirs-local