From 58255316281ef300e7fcbd0f7818ddb90bfb1bc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 10 Mar 2009 01:05:09 +0000 Subject: [PATCH] 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 --- development/scons/SConstruct | 2 +- development/scons/scons_manifest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ''') -- 2.39.2