mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Scons: adopt Georg's solution for tex2lyx/gettext
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15963 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
22be03e68c
commit
eb939a9b76
@ -1795,8 +1795,7 @@ if build_tex2lyx:
|
||||
tex2lyx_env.Prepend(CPPPATH = ['$BUILDDIR/common/tex2lyx'])
|
||||
tex2lyx_env.AppendUnique(LIBPATH = ['#$LOCALLIBPATH'])
|
||||
|
||||
for file in ['FloatList.C', 'Floating.C', 'counters.C', 'gettext.h', 'gettext.C',
|
||||
'lyxlayout.h', 'lyxlayout.C', 'messages.h', 'messages.C',
|
||||
for file in ['FloatList.C', 'Floating.C', 'counters.C', 'lyxlayout.h', 'lyxlayout.C',
|
||||
'lyxtextclass.h', 'lyxtextclass.C', 'lyxlex.C', 'lyxlex_pimpl.C']:
|
||||
env.Command('$BUILDDIR/common/tex2lyx/'+file, '$TOP_SRCDIR/src/'+file,
|
||||
[Copy('$TARGET', '$SOURCE')])
|
||||
|
@ -998,7 +998,6 @@ src_tex2lyx_header_files = Split('''
|
||||
Spacing.h
|
||||
context.h
|
||||
lyxfont.h
|
||||
messages.h
|
||||
tex2lyx.h
|
||||
texparser.h
|
||||
''')
|
||||
@ -1018,7 +1017,6 @@ src_tex2lyx_files = Split('''
|
||||
lyxlex_pimpl.C
|
||||
lyxtextclass.C
|
||||
math.C
|
||||
messages.C
|
||||
preamble.C
|
||||
table.C
|
||||
tex2lyx.C
|
||||
|
Loading…
Reference in New Issue
Block a user