>> It still fails for me on my GNU/Linux box (using git e306bf5d from
>> today, checked out cleanly in a separate directory with `git
>> clone').  The first documentation file processed is snippets.tely,
>> then followed by notation.tely which aborts since identifiers.tely
>> is missing.
>>
>> Somehow your patch to force the processing of internals.texi first
>> doesn't work.
> 
> What makes our setup so different that makes this fail?  I think
> John should in theory obtain the same result.

One of the most important constraints of Makefiles: You must not rely
on the order of targets within a single rule.  If necessary, you have
to add more rules to enforce a certain order.  I think that this is
exactly the cause of the problem we experience.


    Werner


_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to