From ef0696c47e7b5e3f7f2b018bca3d9eaef62439b0 Mon Sep 17 00:00:00 2001 From: Tom Cato Amundsen Date: Thu, 9 Nov 2000 14:36:44 +0100 Subject: [PATCH] patch::: 1.3.105.tca1 --- VERSION | 2 +- scripts/mudela-book.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d68788f3f4..8276e5dc47 100644 --- 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. diff --git a/scripts/mudela-book.py b/scripts/mudela-book.py index fa2ec8706e..6539a48e3b 100644 --- a/scripts/mudela-book.py +++ b/scripts/mudela-book.py @@ -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] -- 2.39.2