]> git.lyx.org Git - lyx.git/commitdiff
fix SCons after the removal of lyx.man
authorUwe Stöhr <uwestoehr@web.de>
Tue, 12 Aug 2008 23:24:25 +0000 (23:24 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 12 Aug 2008 23:24:25 +0000 (23:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26134 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct
development/scons/scons_manifest.py

index 907ba0ab59e0ddeb9c17fba144abd3dfae60396f..5fb6852462144429937f8c3e8b6c3869cf15dda5 100644 (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'),
index 77ceb0ec287dbc2a9755184d4ab79a4e7ca11c3d..c6708ddfe73c60f3381914683edff65cb954a476 100644 (file)
@@ -21,7 +21,6 @@ TOP_extra_files = Split('''
     autogen.sh
     config.log
     configure.ac
-    lyx.man
     rename.sh
     scons_lyx.log
 ''')