]> git.donarmstrong.com Git - lilypond.git/commit
Fix issue #1852: manuals needs more explicit dependencies.
authorJulien Rioux <jrioux@physics.utoronto.ca>
Fri, 2 Sep 2011 19:26:20 +0000 (15:26 -0400)
committerGraham Percival <graham@percival-music.ca>
Fri, 16 Sep 2011 14:10:32 +0000 (15:10 +0100)
commit1b99f1907fb77b0f3a0e65725776782c3eeaa025
tree8d203bce1b5c037c46dd4712d37a0d9eca8bad31
parent24fdf0d37cec73564162324ab74ed5e3a6824e8c
Fix issue #1852: manuals needs more explicit dependencies.

Dependencies are already being tracker by lilypond-book.py,
which produces .dep files containing make rules. The file
stepmake/stepmake/generic-targets.make includes them into
the build.

The problem is that the .dep files contain errors.

We fix the .dep files produced by lilypond-book.py by
  1) using the relative path to the target file,
  2) using the correct file extension for the target file.
scripts/lilypond-book.py