From 3e399689e122161ec09f5d0aa7f24795dc303a46 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Wed, 5 Aug 2009 22:37:56 +0200 Subject: [PATCH] Add Documentation/pictures to lilypond-book include path --- make/lilypond-vars.make | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make index e712c2fe9e..c01e27cb2f 100644 --- a/make/lilypond-vars.make +++ b/make/lilypond-vars.make @@ -30,7 +30,9 @@ 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-build-dir)/mf/out/ -I $(top-src-dir)/input/manual \ + -I $(top-src-dir)/Documentation/pictures \ + -I $(top-build-dir)/Documentation/pictures/$(outdir) ## override from cmd line to speed up. ANTI_ALIAS_FACTOR=2 -- 2.39.2