]> git.proxmox.com Git - grub2.git/commitdiff
2009-10-06 Colin Watson <cjwatson@ubuntu.com>
authorcjwatson <cjwatson@localhost>
Tue, 6 Oct 2009 00:04:32 +0000 (00:04 +0000)
committercjwatson <cjwatson@localhost>
Tue, 6 Oct 2009 00:04:32 +0000 (00:04 +0000)
* Makefile.in (docs/stamp-vti): Depend on configure.ac as well, so
that version.texi is rebuilt on version number changes.

ChangeLog
Makefile.in

index a829dd77ee08485780ca4bc895288c01748596c4..c02e3a6e253af69fc4443cf2e54399d90f8f16fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-06  Colin Watson  <cjwatson@ubuntu.com>
+
+       * 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  <cjwatson@ubuntu.com>
 
        * Makefile.in: Don't set info_INFOS unless makeinfo was found.
index 304d1c7fdd6be48b4412b4f889f73190150d1f9d..e0edbdb04d8400721a064f8f4f22ae0be549f6e1 100644 (file)
@@ -181,7 +181,7 @@ endif
 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"; \