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.
This commit is contained in:
parent
83b65c4afb
commit
186e7cf23b
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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"; \
|
||||
|
|
Loading…
Reference in a new issue