mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
SConstruct: fix SCons
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28884 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
af68d27725
commit
a5361e431c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user