From 47a2d7d4a9d3a3d92ddb79f816d762da83c04d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Thu, 19 Mar 2009 18:42:44 +0000 Subject: [PATCH] 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 --- development/scons/scons_manifest.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index e5a4233482..51a6a07121 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -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 ''')