From 8c3124079cb4797e014d840d727ff52598a0f881 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Thu, 30 Jul 2009 10:27:48 +0200 Subject: [PATCH] Thinko: reorder lilypond-book include path In manuals, we want to include snippets from LSR rather than regression tests. --- make/lilypond-vars.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index 126d2c30d0..e712c2fe9e 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -27,10 +27,10 @@ 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 -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-build-dir)/mf/out/ -I $(top-src-dir)/input/manual ## override from cmd line to speed up. ANTI_ALIAS_FACTOR=2 -- 2.39.2