[2626] 2009-10-06 Colin Watson <[email protected]>

Colin Watson <[email protected]> Tue, 06 Oct 2009 00:04:33 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2626
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2626
Author:   cjwatson
Date:     2009-10-06 00:04:32 +0000 (Tue, 06 Oct 2009)
Log Message:
-----------
2009-10-06  Colin Watson  <[email protected]>

	* Makefile.in (docs/stamp-vti): Depend on configure.ac as well, so
	that version.texi is rebuilt on version number changes.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/Makefile.in

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-10-05 23:55:48 UTC (rev 2625)
+++ trunk/grub2/ChangeLog	2009-10-06 00:04:32 UTC (rev 2626)
@@ -1,5 +1,10 @@
 2009-10-06  Colin Watson  <[email protected]>
 
+	* Makefile.in (docs/stamp-vti): Depend on configure.ac as well, so
+	that version.texi is rebuilt on version number changes.
+
+2009-10-06  Colin Watson  <[email protected]>
+
 	* Makefile.in: Don't set info_INFOS unless makeinfo was found.
 	Fixes bug #27602.
 

Modified: trunk/grub2/Makefile.in
===================================================================
--- trunk/grub2/Makefile.in	2009-10-05 23:55:48 UTC (rev 2625)
+++ trunk/grub2/Makefile.in	2009-10-06 00:04:32 UTC (rev 2626)
@@ -181,7 +181,7 @@
 MOSTLYCLEANFILES += vti.tmp
 MAINTAINER_CLEANFILES += docs/stamp-vti docs/version.texi
 docs/version.texi: docs/stamp-vti
-docs/stamp-vti: docs/grub.texi
+docs/stamp-vti: docs/grub.texi configure.ac
 	$(MKDIR_P) docs
 	(set `$(SHELL) $(srcdir)/docs/mdate-sh $<`; \
 	echo "@set UPDATED $$1 $$2 $$3"; \