From c1e56e7a22e3ce673d7a144341832f1a06a35b84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 12 Aug 2008 23:48:38 +0000 Subject: [PATCH] SCons: revert r26134 and fix SCons correctly git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26136 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 ++ development/scons/scons_manifest.py | 1 + 2 files changed, 3 insertions(+) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 5fb6852462..5f2a04140c 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -2047,6 +2047,8 @@ 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.1in')) 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'), diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index c6708ddfe7..6b337ebaad 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -21,6 +21,7 @@ TOP_extra_files = Split(''' autogen.sh config.log configure.ac + lyx.1in rename.sh scons_lyx.log ''') -- 2.39.5