mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
SCons: revert r26134 and fix SCons correctly
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26136 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9796fa9cbc
commit
c1e56e7a22
@ -2047,6 +2047,8 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
|
|||||||
env.Install(postinstall_path, tmp_script)
|
env.Install(postinstall_path, tmp_script)
|
||||||
Alias('install', postinstall_path)
|
Alias('install', postinstall_path)
|
||||||
# man
|
# man
|
||||||
|
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.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.man'))
|
||||||
env.InstallAs(os.path.join(man_dest_dir, 'lyxclient' + version_suffix + '.1'),
|
env.InstallAs(os.path.join(man_dest_dir, 'lyxclient' + version_suffix + '.1'),
|
||||||
|
@ -21,6 +21,7 @@ TOP_extra_files = Split('''
|
|||||||
autogen.sh
|
autogen.sh
|
||||||
config.log
|
config.log
|
||||||
configure.ac
|
configure.ac
|
||||||
|
lyx.1in
|
||||||
rename.sh
|
rename.sh
|
||||||
scons_lyx.log
|
scons_lyx.log
|
||||||
''')
|
''')
|
||||||
|
Loading…
Reference in New Issue
Block a user