]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 1 Mar 2006 16:09:21 +0000 (16:09 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 1 Mar 2006 16:09:21 +0000 (16:09 +0000)
ChangeLog
scripts/lilypond-book.py

index 2d60a55205dc4041f25d42045ba72da3be73ee04..9edb5bdddd61bcaeb77deaf4d8534218edc0da63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * scripts/lilypond-book.py (find_file): use global_options for
+       include path
+
        * scm/ps-to-png.scm (ps-page-count): prevent null characters
        entering C code.
 
index 79385dbf52a02ccbc2484d0bd7966c47440ff8c6..d5763fb182fbc2f9f764819a2aa4e2bf00578e18 100644 (file)
@@ -682,7 +682,7 @@ def classic_lilypond_book_compatibility (key, value):
        return (None, None)
 
 def find_file (name):
-       for i in include_path:
+       for i in global_options.include_path:
                full = os.path.join (i, name)
                if os.path.exists (full):
                        return full