From: John Mandereau Date: Thu, 30 Jul 2009 08:27:48 +0000 (+0200) Subject: Thinko: reorder lilypond-book include path X-Git-Tag: release/2.13.4-1~252 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8c3124079cb4797e014d840d727ff52598a0f881;p=lilypond.git Thinko: reorder lilypond-book include path In manuals, we want to include snippets from LSR rather than regression tests. --- 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