From: Uwe Stöhr Date: Tue, 10 Mar 2009 01:05:09 +0000 (+0000) Subject: fix SCons: autogeneration of lyxclient.1 now from lyxclient.1in X-Git-Tag: 2.0.0~7081 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=58255316281ef300e7fcbd0f7818ddb90bfb1bc7;p=features.git fix SCons: autogeneration of lyxclient.1 now from lyxclient.1in git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28749 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index a79c8741e2..56f4b6cd03 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -2021,7 +2021,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS: env.InstallAs(os.path.join(man_dest_dir, 'tex2lyx' + version_suffix + '.1'), env.subst('$TOP_SRCDIR/src/tex2lyx/tex2lyx.1')) env.InstallAs(os.path.join(man_dest_dir, 'lyxclient' + version_suffix + '.1'), - env.subst('$TOP_SRCDIR/src/client/lyxclient.man')) + env.subst('$TOP_SRCDIR/src/client/lyxclient.1in')) Alias('install', [os.path.join(man_dest_dir, x + version_suffix + '.1') for x in ['lyx', 'tex2lyx', 'lyxclient']]) # locale files? diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 75615c3b27..68e73347c9 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -271,7 +271,7 @@ src_client_files = Split(''' src_client_extra_files = Split(''' Makefile.am - lyxclient.man + lyxclient.1in pch.h ''')