From 45d16fa9743320617fc092dd572188c7956f5db8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 21 May 2003 10:48:34 +0000 Subject: [PATCH] Ensure the doc is rebuilt when version.sh changes. --- gettext-tools/doc/ChangeLog | 4 ++++ gettext-tools/doc/Makefile.am | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 55fd23b46..b75c0c21d 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-05-19 Bruno Haible + + * Makefile.am (stamp-vti): Add some dependencies. + 2003-05-17 Bruno Haible * gettext-0.12 released. diff --git a/gettext-tools/doc/Makefile.am b/gettext-tools/doc/Makefile.am index 6c2dc8227..f74359806 100644 --- a/gettext-tools/doc/Makefile.am +++ b/gettext-tools/doc/Makefile.am @@ -54,6 +54,9 @@ iso-3166.texi: ISO_3166 iso-3166.sed rm -f $(srcdir)/iso-3166.texi mv iso-3166.tmp $(srcdir)/iso-3166.texi +# The dependencies of stamp-vti generated by automake are incomplete. +stamp-vti: $(info_TEXINFOS) $(top_srcdir)/../version.sh + # We distribute only the split HTML documentation. # The user can generate the others, via -- 2.47.3