From d22db549aa92d8cc919ec58e62dc60d4b5b0a4d7 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sun, 17 Aug 2008 17:06:39 +0200 Subject: [PATCH] Raise input/lsr priority in lilypond-book include path Some LSR snippets have the same file name as regression tests, and we usually prefer to include a LSR snippet over a similar but non-identical regression test in our manuals. --- make/lilypond-vars.make | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index f655cf6177..2736eb5069 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -27,10 +27,9 @@ 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 $(input-dir)/regression/ -I $(input-dir)/manual/ -I \ - $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ -I \ - $(top-build-dir)/mf/out/ -I $(input-dir)/lsr/ -I \ - $(top-src-dir)/input/manual + -I $(input-dir)/lsr/ -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 ## override from cmd line to speed up. ANTI_ALIAS_FACTOR=2 -- 2.39.2