]> git.lyx.org Git - features.git/commitdiff
SConstruct: fix SCons
authorUwe Stöhr <uwestoehr@web.de>
Fri, 20 Mar 2009 20:48:46 +0000 (20:48 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 20 Mar 2009 20:48:46 +0000 (20:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28884 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 56f4b6cd031ed4908c8e3b8898789c35b5cfa0ba..a3fc0f7e162aded789f1208a43bdc1ae15ba9b5f 100644 (file)
@@ -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