From: Uwe Stöhr Date: Fri, 20 Mar 2009 20:48:46 +0000 (+0000) Subject: SConstruct: fix SCons X-Git-Tag: 2.0.0~7039 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a5361e431cb0ec3d27a4a14d8743de918d9c563f;p=features.git SConstruct: fix SCons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28884 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 56f4b6cd03..a3fc0f7e16 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -2019,7 +2019,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS: env.InstallAs(os.path.join(man_dest_dir, 'lyx' + version_suffix + '.1'), env.subst('$TOP_SRCDIR/lyx.1in')) env.InstallAs(os.path.join(man_dest_dir, 'tex2lyx' + version_suffix + '.1'), - env.subst('$TOP_SRCDIR/src/tex2lyx/tex2lyx.1')) + env.subst('$TOP_SRCDIR/src/tex2lyx/tex2lyx.1in')) env.InstallAs(os.path.join(man_dest_dir, 'lyxclient' + version_suffix + '.1'), env.subst('$TOP_SRCDIR/src/client/lyxclient.1in')) Alias('install', [os.path.join(man_dest_dir, x + version_suffix + '.1') for