mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
scons_manifest.py: - fix SCons for tex2lyx
- fix sorting git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28869 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
18de987b75
commit
47a2d7d4a9
@ -588,12 +588,12 @@ src_tex2lyx_header_files = Split('''
|
||||
|
||||
|
||||
src_tex2lyx_files = Split('''
|
||||
boost.cpp
|
||||
Context.cpp
|
||||
Font.cpp
|
||||
Parser.cpp
|
||||
boost.cpp
|
||||
gettext.cpp
|
||||
math.cpp
|
||||
Parser.cpp
|
||||
preamble.cpp
|
||||
table.cpp
|
||||
tex2lyx.cpp
|
||||
@ -609,13 +609,14 @@ src_tex2lyx_copied_header_files = Split('''
|
||||
src_tex2lyx_copied_files = Split('''
|
||||
Color.cpp
|
||||
Counters.cpp
|
||||
Encoding.cpp
|
||||
FloatList.cpp
|
||||
Floating.cpp
|
||||
Layout.cpp
|
||||
lengthcommon.cpp
|
||||
Lexer.cpp
|
||||
TextClass.cpp
|
||||
insets/InsetLayout.cpp
|
||||
lengthcommon.cpp
|
||||
''')
|
||||
|
||||
|
||||
@ -637,6 +638,7 @@ src_tex2lyx_extra_files = Split('''
|
||||
|
||||
|
||||
src_frontends_header_files = Split('''
|
||||
alert.h
|
||||
Application.h
|
||||
Clipboard.h
|
||||
FontLoader.h
|
||||
@ -644,12 +646,11 @@ src_frontends_header_files = Split('''
|
||||
KeyModifier.h
|
||||
KeySymbol.h
|
||||
LyXView.h
|
||||
mouse_state.h
|
||||
Painter.h
|
||||
Selection.h
|
||||
WorkArea.h
|
||||
WorkAreaManager.h
|
||||
alert.h
|
||||
mouse_state.h
|
||||
''')
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user