diff options
author | Julien Rioux <julien.rioux@gmail.com> | 2013-09-14 21:25:45 +0200 |
---|---|---|
committer | Julien Rioux <julien.rioux@gmail.com> | 2013-09-24 10:31:59 +0200 |
commit | e5b577bbe6dccb64e2531adb0024b3a77c1ea937 (patch) | |
tree | 2b326821e9ff022d826aa98084469b9c6958e73a /stepmake | |
parent | 608c933383697574c61efe2e9c47982f23ee2ee2 (diff) |
Build: Explicit dependency on generated version.itexi.
Part of issue 3562: Build everything on first pass of make doc
http://code.google.com/p/lilypond/issues/detail?id=3562
Diffstat (limited to 'stepmake')
-rw-r--r-- | stepmake/stepmake/texinfo-rules.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 838219a673..058276c2c2 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -24,7 +24,7 @@ endif touch $@ # Copy files while tracking their dependencies. -$(outdir)/%.texi: %.texi +$(outdir)/%.texi: %.texi $(outdir)/version.itexi mkdir -p $(dir $@) $(DO_TEXI_DEP) cp -f $< $@ |