From bca83b4531abb3bc69df6ca2a4f4ed8d60a44624 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Tue, 28 Jul 2009 21:52:40 +0100 Subject: [PATCH] Restore lilypond-book include path priority for LSR snippets. This prevents identically-named regression tests from shadowing LSR snippets in the docs (e.g., ambitus.ly). --- make/lilypond-vars.make | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) 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 ## override from cmd line to speed up. ANTI_ALIAS_FACTOR=2 -- 1.6.0.4