]> git.donarmstrong.com Git - lilypond.git/commit
Build: Dependencies for metafont files (issue 779).
authorJulien Rioux <julien.rioux@gmail.com>
Sun, 8 Sep 2013 16:01:13 +0000 (18:01 +0200)
committerJulien Rioux <julien.rioux@gmail.com>
Wed, 18 Sep 2013 18:08:27 +0000 (14:08 -0400)
commit92b74608ea370b869bacb82d293decddfe4f8565
treee0a0bc47f2f9993084ac40d393f61c20c1cdeadb
parentcbe41403f58c9e30a1ba86d5f802b007d61748d6
Build: Dependencies for metafont files (issue 779).

Write .dep files containing make dependency rules for .mf files,
allowing to simply type `make' to process the fonts after changing
an input'ed file and have the fonts updated with the minimum amount
of processing.

These .dep files are generated by recursively scanning for lines
of the form "input X;" in the .mf files, and looking up these
input'ed files within the mf source directory. The .dep files are
included into the build by stepmake/generic-targets.make.

Fixes issue 779: fonts should be rebuilt upon modifications to mf/
http://code.google.com/p/lilypond/issues/detail?id=779
stepmake/stepmake/metafont-rules.make
stepmake/stepmake/metafont-vars.make