]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/lilypond-book.py
* stepmake/stepmake/generic-vars.make: new function absdir.
[lilypond.git] / scripts / lilypond-book.py
index 460e74eb2ece36e53115b554b04851c09382aa46..7b79c9e2046e1af8bd411f3d66dac2588f4a8130 100644 (file)
@@ -686,6 +686,7 @@ def find_file (name):
                full = os.path.join (i, name)
                if os.path.exists (full):
                        return full
+               
        ly.error (_ ("file not found: %s") % name + '\n')
        ly.exit (1)
        return ''
@@ -1625,7 +1626,9 @@ def do_options ():
                options.format = TEXINFO
        options.use_hash = True
        options.pseudo_filter = False
-       
+
+       options.include_path =  map (os.path.abspath, options.include_path)
+
        global global_options
        global_options = options
        return args