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
This commit is contained in:
Uwe Stöhr 2009-03-10 01:05:09 +00:00
parent 83dc36d66c
commit 5825531628
2 changed files with 2 additions and 2 deletions

View File

@ -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?

View File

@ -271,7 +271,7 @@ src_client_files = Split('''
src_client_extra_files = Split('''
Makefile.am
lyxclient.man
lyxclient.1in
pch.h
''')