lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: DOCS: include a sample "Makefile"?


From: Peter Chubb
Subject: Re: DOCS: include a sample "Makefile"?
Date: Mon, 18 May 2009 09:45:12 +1000
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 21) (Educational Television) (i486-linux-gnu)

>>>>> "Jonathan" == Jonathan Kulp <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]