From a5361e431cb0ec3d27a4a14d8743de918d9c563f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 20 Mar 2009 20:48:46 +0000 Subject: [PATCH] SConstruct: fix SCons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28884 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 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 -- 2.39.2