Am Sonntag, 4. Juli 2010, um 19:21:10 schrieb Jan Nieuwenhuizen: > Op zondag 04-07-2010 om 14:58 uur [tijdzone +0100], schreef Graham > > Percival: > > The dist check for gub is failing with the below message. Generally I > > can fix these things by just adding a file or two to EXTRA_DIST, but > > this looks more complicated. Any ideas? > > (oh... might it need some cleaning? Are those files included in "make > > clean" / should they be?) > > Apparently the newly added lilypond-book directory does something > stupid, builds without using a target or something.
Not that I can see. All that is done is that the sample files for lilypond- book are collected (with the input extension replaced by the output, and the corresponding out-www dir prepended) and stored in COLLATED_FILES (like in all other regtests), where the usual . The make/lilypond-book.* files contain all the rules to convert the input files to the output using lilypond-book. The rules contain some checks for (db|pdf)latex, as these are optional. If they are not present, the latex/docbook files are added to COLLATED_FILES. If they are present, the resulting pdf files are added. Apart from that, I can't see anything that is not yet used in some other regtest... Ah, wait a second: the GNUmakefile does a ifndef LILYBOOK_OUT_FILES LILYBOOK_OUT_FILES = "" endif (which I don't think is neccessary...) before the required COLLATED_FILES = $(LILYBOOK_OUT_FILES) Might that check be a problem with gub? Unfortunately, I have no idea how gub works and what might cause problems with gub... Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, [email protected], http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
