fix SCons after the removal of lyx.man

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26134 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-08-12 23:24:25 +00:00
parent b56c1b9abc
commit e0f2957d4c
2 changed files with 0 additions and 3 deletions

View File

@ -2047,8 +2047,6 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
env.Install(postinstall_path, tmp_script)
Alias('install', postinstall_path)
# man
env.InstallAs(os.path.join(man_dest_dir, 'lyx' + version_suffix + '.1'),
env.subst('$TOP_SRCDIR/lyx.man'))
env.InstallAs(os.path.join(man_dest_dir, 'tex2lyx' + version_suffix + '.1'),
env.subst('$TOP_SRCDIR/src/tex2lyx/tex2lyx.man'))
env.InstallAs(os.path.join(man_dest_dir, 'lyxclient' + version_suffix + '.1'),

View File

@ -21,7 +21,6 @@ TOP_extra_files = Split('''
autogen.sh
config.log
configure.ac
lyx.man
rename.sh
scons_lyx.log
''')