>>>>> "Jonathan" == Jonathan Kulp <[email protected]> writes:
Jonathan> What I can't figure out how to make it do is recompile a Jonathan> score whose \include "notes.ily" file has changed, something Jonathan> that is much more likely to happen than the main.ly file. Jonathan> I've added .ily to the list of suffixes, and I added a line Jonathan> saying that the .ly files depend on .ily files, but when I Jonathan> touch a .ily file, and the pdf for that part already exists, Jonathan> it still says "nothing to be done for <target>". The PDF depends on all the inputs that go to make it ... you need to tell make about that because it can't work it out on its own. So: fred.pdf: fred.ly fred_mvmt1.ily fred_mvmt2.ily or something like that. -- Dr Peter Chubb http://www.gelato.unsw.edu.au peterc AT gelato.unsw.edu.au http://www.ertos.nicta.com.au ERTOS within National ICT Australia _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
