From cd443c86ca734395a0a962958e1fdd7f240d1944 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Mon, 3 Jul 2006 20:57:25 +0000 Subject: [PATCH] Scons: fix handling of lib/lyx2lyx/lyx2lyx_version.py.in git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14325 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 7a6ef25cd8..b22720ca53 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -2312,7 +2312,7 @@ if 'install' in targets: 'templates', 'examples', 'kbd', 'lyx2lyx', 'tex', 'clipart', 'doc', 'ui']] ) # lyx1.4.x does not have lyx2lyx_version.py.in - if os.path.isfile('$TOP_SRCDIR/lib/lyx2lyx/lyx2lyx_version.py.in'): + if os.path.isfile(env.subst('$TOP_SRCDIR/lib/lyx2lyx/lyx2lyx_version.py.in')): # subst and install this file env.substFile(share_dest_dir + '/lyx2lyx/lyx2lyx_version.py', '$TOP_SRCDIR/lib/lyx2lyx/lyx2lyx_version.py.in') -- 2.39.2