fix scons?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27533 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-11-16 12:35:39 +00:00
parent aab943d87e
commit b91b5038c9

View File

@ -2017,7 +2017,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.man'))
env.subst('$TOP_SRCDIR/src/tex2lyx/tex2lyx.1'))
env.InstallAs(os.path.join(man_dest_dir, 'lyxclient' + version_suffix + '.1'),
env.subst('$TOP_SRCDIR/src/client/lyxclient.man'))
Alias('install', [os.path.join(man_dest_dir, x + version_suffix + '.1') for