mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
Fix scons/InseLayout again
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23196 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c7afa2d658
commit
5f18e5ea81
@ -1622,7 +1622,7 @@ Alias('client', client)
|
||||
#
|
||||
# tex2lyx
|
||||
#
|
||||
for file in src_tex2lyx_copied_files:
|
||||
for file in src_tex2lyx_copied_files + src_tex2lyx_copied_header_files:
|
||||
frontend_env.Command('$BUILDDIR/src/tex2lyx/'+file, '$TOP_SRCDIR/src/'+file,
|
||||
[Copy('$TARGET', '$SOURCE')])
|
||||
|
||||
|
@ -621,6 +621,11 @@ src_tex2lyx_files = Split('''
|
||||
''')
|
||||
|
||||
|
||||
src_tex2lyx_copied_header_files = Split('''
|
||||
insets/InsetLayout.h
|
||||
''')
|
||||
|
||||
|
||||
src_tex2lyx_copied_files = Split('''
|
||||
Color.cpp
|
||||
Counters.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user