]> git.donarmstrong.com Git - lilypond.git/commitdiff
Thinko: reorder lilypond-book include path
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 30 Jul 2009 08:27:48 +0000 (10:27 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Thu, 30 Jul 2009 13:47:14 +0000 (15:47 +0200)
In manuals, we want to include snippets from LSR rather than
regression tests.

make/lilypond-vars.make

index 126d2c30d0b9f2c5d008f80e700ba3275a652357..e712c2fe9ed8b06632ab7da7c85e55feff7b4c23 100644 (file)
@@ -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