]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
adjust
[lyx.git] / development / scons / scons_manifest.py
index b32e2f321c99caf38e455dfc2716d7fbdeabd025..6e2a9c88d59e5a3af4d575e1a14191e9fce51f26 100644 (file)
@@ -62,6 +62,8 @@ src_header_files = Split('''
     FloatList.h
     Floating.h
     Font.h
+    FontEnums.h
+    FontInfo.h
     FontIterator.h
     FontList.h
     Format.h
@@ -112,6 +114,7 @@ src_header_files = Split('''
     Text.h
     TextClass.h
     TextClassList.h
+    TextClassPtr.h
     TextMetrics.h
     Thesaurus.h
     TocBackend.h
@@ -171,6 +174,7 @@ src_pre_files = Split('''
     FloatList.cpp
     Floating.cpp
     Font.cpp
+    FontInfo.cpp
     FontIterator.cpp
     FontList.cpp
     Format.cpp
@@ -309,7 +313,6 @@ src_support_header_files = Split('''
     docstring.h
     environment.h
     filetools.h
-    fs_extras.h
     gzstream.h
     limited_stack.h
     lstrings.h
@@ -349,7 +352,6 @@ src_support_files = Split('''
     docstring.cpp
     environment.cpp
     filetools.cpp
-    fs_extras.cpp
     gzstream.cpp
     getcwd.cpp
     kill.cpp
@@ -362,7 +364,6 @@ src_support_files = Split('''
     rename.cpp
     socktools.cpp
     tempname.cpp
-    textutils.cpp
     unicode.cpp
     unlink.cpp
     userinfo.cpp
@@ -471,7 +472,6 @@ src_mathed_header_files = Split('''
     InsetMathBig.h
     InsetMathBoldSymbol.h
     InsetMathBox.h
-    InsetMathBoxed.h
     InsetMathBrace.h
     InsetMathCases.h
     InsetMathChar.h
@@ -484,17 +484,14 @@ src_mathed_header_files = Split('''
     InsetMathEnv.h
     InsetMathExFunc.h
     InsetMathExInt.h
-    InsetMathFBox.h
     InsetMathFont.h
     InsetMathFontOld.h
     InsetMathFrac.h
-    InsetMathFrameBox.h
     InsetMathGrid.h
     InsetMathHull.h
     InsetMathKern.h
     InsetMathLefteqn.h
     InsetMathLim.h
-    InsetMathMakebox.h
     InsetMathMatrix.h
     InsetMathNest.h
     InsetMathNumber.h
@@ -543,7 +540,6 @@ src_mathed_files = Split('''
     InsetMathBig.cpp
     InsetMathBoldSymbol.cpp
     InsetMathBox.cpp
-    InsetMathBoxed.cpp
     InsetMathBrace.cpp
     InsetMathCases.cpp
     InsetMathChar.cpp
@@ -556,17 +552,14 @@ src_mathed_files = Split('''
     InsetMathEnv.cpp
     InsetMathExFunc.cpp
     InsetMathExInt.cpp
-    InsetMathFBox.cpp
     InsetMathFont.cpp
     InsetMathFontOld.cpp
     InsetMathFrac.cpp
-    InsetMathFrameBox.cpp
     InsetMathGrid.cpp
     InsetMathHull.cpp
     InsetMathKern.cpp
     InsetMathLefteqn.cpp
     InsetMathLim.cpp
-    InsetMathMakebox.cpp
     InsetMathMatrix.cpp
     InsetMathNest.cpp
     InsetMathNumber.cpp
@@ -666,7 +659,6 @@ src_tex2lyx_extra_files = Split('''
 
 
 src_frontends_header_files = Split('''
-    Alert_pimpl.h
     Application.h
     Clipboard.h
     Dialogs.h
@@ -691,9 +683,7 @@ src_frontends_header_files = Split('''
 src_frontends_files = Split('''
     Application.cpp
     Dialogs.cpp
-    LyXView.cpp
     Painter.cpp
-    WorkArea.cpp
     WorkAreaManager.cpp
     alert.cpp
 ''')
@@ -728,7 +718,6 @@ src_frontends_controllers_tests_regfiles_extra_files = Split('''
 src_frontends_qt4_header_files = Split('''
                ../ButtonPolicy.h
                ../Dialog.h
-               ../frontend_helpers.h
     Action.h
     BulletsModule.h
     ButtonController.h
@@ -818,7 +807,6 @@ src_frontends_qt4_header_files = Split('''
 src_frontends_qt4_files = Split('''
                ../ButtonPolicy.cpp
                ../Dialog.cpp
-               ../frontend_helpers.cpp
     Action.cpp
     BulletsModule.cpp
     ButtonController.cpp
@@ -829,6 +817,7 @@ src_frontends_qt4_files = Split('''
     FileDialog.cpp
     FloatPlacement.cpp
     GuiAbout.cpp
+    GuiAlert.cpp
     GuiApplication.cpp
     GuiBibitem.cpp
     GuiBibtex.cpp
@@ -899,7 +888,6 @@ src_frontends_qt4_files = Split('''
     TocModel.cpp
     TocWidget.cpp
     Validator.cpp
-    alert_pimpl.cpp
     qt_helpers.cpp
 ''')
 
@@ -930,6 +918,7 @@ src_frontends_qt4_ui_files = Split('''
     DocumentUi.ui
     ERTUi.ui
     ErrorListUi.ui
+    EmbeddedFilesUi.ui
     ExternalUi.ui
     FloatPlacementUi.ui
     FloatUi.ui
@@ -1025,6 +1014,7 @@ src_insets_header_files = Split('''
     InsetIndex.h
     InsetInfo.h
     InsetLabel.h
+    InsetLayout.h
     InsetLine.h
     InsetListings.h
     InsetListingsParams.h
@@ -1444,6 +1434,16 @@ lib_images_files = Split('''
     lyx.png
     marginalnote-insert.png
     math-display.png
+    math-macro-add-greedy-optional-param.png
+    math-macro-add-optional-param.png
+    math-macro-add-param.png
+    math-macro-append-greedy-param.png
+    math-macro-make-nonoptional.png
+    math-macro-make-optional.png
+    math-macro-remove-greedy-param.png
+    math-macro-remove-optional-param.png
+    math-macro-remove-param.png
+    math-macro_newmacroname_newcommand.png
     math-matrix.png
     math-mode.png
     math-subscript.png
@@ -2191,6 +2191,7 @@ lib_doc_eu_files = Split('''
 
 lib_doc_fr_files = Split('''
     Customization.lyx
+    EmbeddedObjects.lyx
     Extended.lyx
     FAQ.lyx
     Intro.lyx
@@ -2306,7 +2307,6 @@ lib_examples_files = Split('''
     biblioExample.bib
     chess-article.lyx
     chessgame.lyx
-    currency.lyx
     docbook_article.lyx
     europeCV.lyx
     example_lyxified.lyx
@@ -2348,7 +2348,6 @@ lib_examples_de_files = Split('''
     ItemizeBullets.lyx
     Lebenslauf.lyx
     Minipage.lyx
-    Waehrungen.lyx
     beispiel_gelyxt.lyx
     beispiel_roh.lyx
     mathed.lyx
@@ -2364,7 +2363,6 @@ lib_examples_fa_files = Split('''
 
 lib_examples_fr_files = Split('''
     AlignementDecimal.lyx
-    ExemplesTableaux.lyx
     Foils.lyx
     ListesPuces.lyx
     Minipage.lyx
@@ -2630,7 +2628,6 @@ lib_layouts_module_files = Split('''
     theorems-std.module
     theorems-withinsec.module
     theorems-withinchap.module
-    url.module
 ''')
 
 lib_scripts_files = Split('''
@@ -2665,6 +2662,7 @@ lib_bind_files = Split('''
     math.bind
     menus.bind
     sciword.bind
+    site.bind
     xemacs.bind
 ''')