On Tue, Jul 28, 2009 at 09:55:12PM +0100, Neil Puttock wrote: > This prevents identically-named regression tests from shadowing > LSR snippets in the docs (e.g., ambitus.ly). > > diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make > index 126d2c3..72e6f9b 100644 > --- a/make/lilypond-vars.make > +++ b/make/lilypond-vars.make > @@ -27,10 +27,11 @@ CONVERT_LY = $(script-dir)/convert-ly.py > LILYPOND_BOOK = $(script-dir)/lilypond-book.py > > LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) \ > + -I $(top-src-dir)/Documentation/snippets \ > -I $(input-dir)/regression/ -I $(input-dir)/manual/ \ > -I $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ \ > -I $(top-build-dir)/mf/out/ -I $(top-src-dir)/input/manual \ > - -I $(top-src-dir)/Documentation -I $(top-src-dir)/Documentation/snippets > + -I $(top-src-dir)/Documentation
This can (+ should, although it's not a priority) be simplified further: all the input-dir stuff should eliminated (including regressions). Cheers, - Graham _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
