summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2002-06-11 15:28:01 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2002-06-11 15:28:01 +0000
commit355d75b2b98cab351c2fba6dee0c9443b8065c03 (patch)
treeaa654bfad88e90b555a0bb6c8b5a570edd0e5a10 /make
parentf365eb4494e2ccc1a1cdf8ee2d2dfa84cddc87d7 (diff)
(LILYPOND_BOOK_INCLUDES): Forward port:
Bugfix: Include $(builddir)/mf/out (was $(srcdir)/mf/out.
Diffstat (limited to 'make')
-rw-r--r--make/lilypond-vars.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make
index 42c97215f7..1bac1e0ef0 100644
--- a/make/lilypond-vars.make
+++ b/make/lilypond-vars.make
@@ -37,7 +37,7 @@ ABC2LY = $(script-dir)/abc2ly.py
CONVERT_LY = $(script-dir)/convert-ly.py
LILYPOND = $(depth)/$(builddir)/lily/$(outconfbase)/lilypond
LILYPOND_BOOK = $(script-dir)/lilypond-book.py
-LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I $(input-dir)/tricks/ -I $(input-dir)/regression/ -I $(input-dir)/test/ -I $(input-dir)/tutorial/ -I $(depth)/$(builddir)/mf/out -I $(depth)/$(builddir)/mf/$(outdir)/
+LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I $(input-dir)/tricks/ -I $(input-dir)/regression/ -I $(input-dir)/test/ -I $(input-dir)/tutorial/ -I $(depth)/$(builddir)/mf/$(outconfbase)/ -I $(depth)/$(builddir)/mf/out/
LY2DVI = $(script-dir)/ly2dvi.py
LYS_TO_TELY = $(buildscript-dir)/lys-to-tely.py
PS_TO_GIFS = $(buildscript-dir)/ps-to-gifs.sh