From: Bruno Haible Date: Tue, 24 Jul 2001 12:47:36 +0000 (+0000) Subject: Yet another automake bug. X-Git-Tag: v0.10.39~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c0ea48df6f952b263fac5faa71be59c2f5a85f6;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