]> git.donarmstrong.com Git - lilypond.git/commitdiff
patch::: 1.3.105.tca1
authorTom Cato Amundsen <tca@gnu.org>
Thu, 9 Nov 2000 13:36:44 +0000 (14:36 +0100)
committerTom Cato Amundsen <tca@gnu.org>
Thu, 9 Nov 2000 13:36:44 +0000 (14:36 +0100)
VERSION
scripts/mudela-book.py

diff --git a/VERSION b/VERSION
index d68788f3f4e2ddda64360ac9898920472aaf68f3..8276e5dc4795627fc8559f8709031ab5a6ba3292 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=3
 PATCH_LEVEL=105
-MY_PATCH_LEVEL=jcn1
+MY_PATCH_LEVEL=tca1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
index fa2ec8706e418d88472ae6f2588a3c1bda1728e3..6539a48e3bd74dec062927150ba2d62a24c3e393 100644 (file)
@@ -36,7 +36,7 @@ import operator
 
 program_version = '@TOPLEVEL_VERSION@'
 if program_version == '@' + 'TOPLEVEL_VERSION' + '@':
-       program_version = '1.3.85'      
+       program_version = '1.3.105.tca1'
 
 include_path = [os.getcwd()]
 
@@ -813,6 +813,8 @@ def find_eps_dims (match):
        "Fill in dimensions of EPS files."
        
        fn =match.group (1)
+       if g_outdir:
+           fn = os.path.join(g_outdir, fn)
        dims = bounding_box_dimensions (fn)
 
        return '%ipt' % dims[0]