]> git.donarmstrong.com Git - lilypond.git/commitdiff
Raise input/lsr priority in lilypond-book include path
authorJohn Mandereau <john.mandereau@gmail.com>
Sun, 17 Aug 2008 15:06:39 +0000 (17:06 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 17 Aug 2008 15:58:06 +0000 (17:58 +0200)
Some LSR snippets have the same file name as regression tests, and we
usually prefer to include a LSR snippet over a similar but
non-identical regression test in our manuals.

make/lilypond-vars.make

index f655cf6177ee9a43833ca485fa87220de8cd4ffb..2736eb5069cb65c2441bd5775af114c162984d5c 100644 (file)
@@ -27,10 +27,9 @@ 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 $(input-dir)/regression/ -I $(input-dir)/manual/ -I                        \
- $(input-dir)/tutorial/ -I $(top-build-dir)/mf/$(outconfbase)/ -I      \
- $(top-build-dir)/mf/out/ -I $(input-dir)/lsr/ -I                      \
- $(top-src-dir)/input/manual 
+ -I $(input-dir)/lsr/ -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
 
 ## override from cmd line to speed up. 
 ANTI_ALIAS_FACTOR=2