]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
Remove unused libreoffice2eps.py script.
[lyx.git] / development / scons / scons_manifest.py
index a42a87431f09f75ca1add2fd6ea26f1fa00d551e..6b974af8fdf9dcb60a6fe5181de563a4cbd09ff0 100644 (file)
@@ -28,6 +28,7 @@ TOP_extra_files = Split('''
 
 
 src_header_files = Split('''
+    AppleSpellChecker.h
     AspellChecker.h
     Author.h
     BiblioInfo.h
@@ -115,6 +116,7 @@ src_header_files = Split('''
     ParagraphMetrics.h
     ParagraphParameters.h
     PDFOptions.h
+    PersonalWordList.h
     PrinterParams.h
     Row.h
     rowpainter.h
@@ -212,6 +214,7 @@ src_pre_files = Split('''
     Paragraph.cpp
     ParagraphMetrics.cpp
     ParagraphParameters.cpp
+    PersonalWordList.cpp
     Row.cpp
     rowpainter.cpp
     Server.cpp
@@ -247,6 +250,7 @@ src_post_files = Split('''
 
 
 src_extra_src_files = Split('''
+    AppleSpellChecker.cpp
     AspellChecker.cpp
     EnchantChecker.cpp
     HunspellChecker.cpp
@@ -295,6 +299,7 @@ src_support_header_files = Split('''
     filetools.h
     foreach.h
     ForkedCalls.h
+    functional.h
     gettext.h
     gzstream.h
     lassert.h
@@ -303,6 +308,7 @@ src_support_header_files = Split('''
     lyxalgo.h
     lyxlib.h
     lyxtime.h
+    mutex.h
     Messages.h
     numpunct_lyx_char_type.h
     os.h
@@ -343,6 +349,7 @@ src_support_files = Split('''
     lassert.cpp
     lstrings.cpp
     lyxtime.cpp
+    mutex.cpp
     Messages.cpp
     os.cpp
     Package.cpp
@@ -358,7 +365,8 @@ src_support_files = Split('''
 
 
 src_support_extra_header_files = Split('''
-    
+    AppleSpeller.h
+    AppleSpeller.m
 ''')
 
 
@@ -408,7 +416,6 @@ src_graphics_header_files = Split('''
     GraphicsTypes.h
     PreviewImage.h
     PreviewLoader.h
-    Previews.h
 ''')
 
 
@@ -420,7 +427,6 @@ src_graphics_files = Split('''
     GraphicsParams.cpp
     PreviewImage.cpp
     PreviewLoader.cpp
-    Previews.cpp
 ''')
 
 
@@ -445,6 +451,7 @@ src_mathed_header_files = Split('''
     InsetMathComment.h
     InsetMathDecoration.h
     InsetMathDelim.h
+    InsetMathDiagram.h
     InsetMathDiff.h
     InsetMathDots.h
     InsetMathEnsureMath.h
@@ -517,6 +524,7 @@ src_mathed_files = Split('''
     InsetMathComment.cpp
     InsetMathDecoration.cpp
     InsetMathDelim.cpp
+    InsetMathDiagram.cpp
     InsetMathDiff.cpp
     InsetMathDots.cpp
     InsetMathEnsureMath.cpp
@@ -618,18 +626,21 @@ src_tex2lyx_copied_files = Split('''
     Floating.cpp
     FontInfo.cpp
     Layout.cpp
+    LayoutFile.cpp
     LayoutModuleList.cpp
     lengthcommon.cpp
     Lexer.cpp
     ModuleList.cpp
     Spacing.cpp
     TextClass.cpp
+    version.cpp
     insets/InsetLayout.cpp
 ''')
 
 
 src_tex2lyx_extra_files = Split('''
     Makefile.am
+    TODO.txt
     pch.h
     tex2lyx.1in
     test/box-color-size-space-align.tex
@@ -700,6 +711,7 @@ src_frontends_qt4_header_files = Split('''
     DialogView.h
     DockView.h
     EmptyTable.h
+    FancyLineEdit.h
     FileDialog.h
     FindAndReplace.h
     FloatPlacement.h
@@ -718,6 +730,7 @@ src_frontends_qt4_header_files = Split('''
     GuiCommandBuffer.h
     GuiCommandEdit.h
     GuiCompare.h
+    GuiCompareHistory.h
     GuiCompleter.h
     GuiDelimiter.h
     GuiDialog.h
@@ -739,10 +752,11 @@ src_frontends_qt4_header_files = Split('''
     GuiInfo.h
     GuiKeySymbol.h
     GuiLabel.h
+    GuiLine.h
     GuiListings.h
     GuiLog.h
     GuiMathMatrix.h
-    GuiNomencl.h
+    GuiNomenclature.h
     GuiNote.h
     GuiPainter.h
     GuiParagraph.h
@@ -774,6 +788,7 @@ src_frontends_qt4_header_files = Split('''
     GuiWorkArea.h
     GuiWrap.h
     IconPalette.h
+    InGuiThread.h
     InsertTableWidget.h
     InsetParamsDialog.h
     InsetParamsWidget.h
@@ -801,8 +816,9 @@ src_frontends_qt4_files = Split('''
     ColorCache.cpp
     CustomizedWidgets.cpp
     EmptyTable.cpp
-    FindAndReplace.cpp
+    FancyLineEdit.cpp
     FileDialog.cpp
+    FindAndReplace.cpp
     FloatPlacement.cpp
     GuiAbout.cpp
     GuiAlert.cpp
@@ -819,6 +835,7 @@ src_frontends_qt4_files = Split('''
     GuiCommandBuffer.cpp
     GuiCommandEdit.cpp
     GuiCompare.cpp
+    GuiCompareHistory.cpp
     GuiCompleter.cpp
     GuiDelimiter.cpp
     GuiDialog.cpp
@@ -840,10 +857,11 @@ src_frontends_qt4_files = Split('''
     GuiInfo.cpp
     GuiKeySymbol.cpp
     GuiLabel.cpp
+    GuiLine.cpp
     GuiListings.cpp
     GuiLog.cpp
     GuiMathMatrix.cpp
-    GuiNomencl.cpp
+    GuiNomenclature.cpp
     GuiNote.cpp
     GuiPainter.cpp
     GuiParagraph.cpp
@@ -875,6 +893,7 @@ src_frontends_qt4_files = Split('''
     GuiWorkArea.cpp
     GuiWrap.cpp
     IconPalette.cpp
+    InGuiThread.cpp
     InsertTableWidget.cpp
     InsetParamsDialog.cpp
     InsetParamsWidget.cpp
@@ -916,6 +935,7 @@ src_frontends_qt4_ui_files = Split('''
     CitationUi.ui
     ColorUi.ui
     CompareUi.ui
+    CompareHistoryUi.ui
     DelimiterUi.ui
     DocumentUi.ui
     ERTUi.ui
@@ -935,8 +955,10 @@ src_frontends_qt4_ui_files = Split('''
     LabelUi.ui
     LaTeXUi.ui
     LanguageUi.ui
+    LineUi.ui
     ListingsUi.ui
     ListingsSettingsUi.ui
+    LocalLayoutUi.ui
     LogUi.ui
     MarginsUi.ui
     MasterChildUi.ui
@@ -1042,6 +1064,7 @@ src_insets_header_files = Split('''
     InsetPreview.h
     InsetQuotes.h
     InsetRef.h
+    InsetScript.h
     InsetSpace.h
     InsetSpecialChar.h
     InsetTOC.h
@@ -1098,6 +1121,7 @@ src_insets_files = Split('''
     InsetPreview.cpp
     InsetQuotes.cpp
     InsetRef.cpp
+    InsetScript.cpp
     InsetSpace.cpp
     InsetSpecialChar.cpp
     InsetTOC.cpp
@@ -1248,6 +1272,7 @@ po_extra_files = Split('''
     Rules-quot
     sk.po
     sl.po
+    sr.po
     sv.po
     tr.po
     uk.po
@@ -1258,12 +1283,14 @@ po_extra_files = Split('''
 
 
 lib_files = Split('''
+    autocorrect
     chkconfig.ltx
     configure.py
     CREDITS
     encodings
     external_templates
     languages
+    layouttranslations
     symbols
     syntax.default
     unicodesymbols
@@ -1326,15 +1353,19 @@ lib_templates_files = Split('''
     aastex.lyx
     ACM-siggraph.lyx
     ACM-sigplan.lyx
+    AEA.lyx
+    agutex.lyx
     agu_article.lyx
     apa.lyx
     beamer-conference-ornate-20min.lyx
     de_beamer-conference-ornate-20min.lyx
     dinbrief.lyx
     docbook_article.lyx
+    ectaart.lyx
     elsarticle.lyx
     es_beamer-conference-ornate-20min.lyx
     fr_beamer-conference-ornate-20min.lyx
+    frletter.lyx
     g-brief-de.lyx
     g-brief-en.lyx
     g-brief2.lyx
@@ -1346,22 +1377,47 @@ lib_templates_files = Split('''
     JSS-article.lyx
     kluwer.lyx
     koma-letter2.lyx
-    latex8.lyx
     letter.lyx
+    lettre.lyx
     README.new_templates
-    revtex.lyx
     revtex4.lyx
+    revtex4-1.lyx
     slides.lyx
+''')
+
+
+lib_templates_springer_files = Split('''
     svjour3.lyx
-    svmono_book.lyx
+    svmono_acknow.lyx
+    svmono_acronym.lyx
+    svmono_appendix.lyx
+    svmono_book-master.lyx
+    svmono_chapter.lyx
+    svmono_dedication.lyx
+    svmono_foreword.lyx
+    svmono_glossary.lyx
+    svmono_part.lyx
+    svmono_preface.lyx
+    svmono_referenc.lyx
+    svmono_solutions.lyx
+    svmult_acknow.lyx
+    svmult_acronym.lyx
     svmult_appendix.lyx
     svmult_author.lyx
-    svmult_editor.lyx
+    svmult_cblist.lyx
+    svmult_dedication.lyx
+    svmult_editor-master.lyx
+    svmult_foreword.lyx
+    svmult_glossary.lyx
+    svmult_part.lyx
+    svmult_preface.lyx
+    svmult_referenc.lyx
 ''')
 
 
 lib_templates_thesis_files = Split('''
     Acknowledgments.lyx
+    Appendix.lyx
     alpha.bst
     chapter-1.lyx
     chapter-2.lyx
@@ -1372,7 +1428,6 @@ lib_templates_thesis_files = Split('''
 
 
 lib_ui_files = Split('''
-    classic.ui
     default.ui
     stdcontext.inc
     stdmenus.inc
@@ -1391,6 +1446,7 @@ lib_fonts_files = Split('''
     msam10.ttf
     msbm10.ttf
     ReadmeBaKoMa4LyX.txt
+    rsfs10.ttf
     wasy10.ttf
 ''')
 
@@ -1408,11 +1464,13 @@ lib_images_files = Split('''
     buffer-close.png
     buffer-export.png
     buffer-export_dvi.png
+    buffer-export_dvi3.png
     buffer-export_latex.png
     buffer-export_pdf.png
     buffer-export_pdf2.png
     buffer-export_pdf3.png
     buffer-export_pdf4.png
+    buffer-export_pdf5.png
     buffer-export_ps.png
     buffer-export_text.png
     buffer-new.png
@@ -1420,21 +1478,26 @@ lib_images_files = Split('''
     buffer-toggle-output-sync.png
     buffer-update.png
     buffer-update_dvi.png
+    buffer-update_dvi3.png
     buffer-update_pdf.png
     buffer-update_pdf2.png
     buffer-update_pdf3.png
     buffer-update_pdf4.png
+    buffer-update_pdf5.png
     buffer-update_ps.png
     buffer-view.png
     buffer-view_dvi.png
+    buffer-view_dvi3.png
     buffer-view_pdf.png
     buffer-view_pdf2.png
     buffer-view_pdf3.png
     buffer-view_pdf4.png
+    buffer-view_pdf5.png
     buffer-view_ps.png
-    buffer-write-as.png
     buffer-write.png
+    buffer-write-as.png
     build-program.png
+    busy.gif
     change-accept.png
     change-next.png
     change-reject.png
@@ -1463,13 +1526,13 @@ lib_images_files = Split('''
     dialog-toggle_findreplaceadv.png
     dialog-toggle_toc.png
     down.png
+    editclear.png
     ert-insert.png
     file-open.png
     float-insert_figure.png
     float-insert_table.png
     font-bold.png
     font-emph.png
-    textstyle-apply.png
     font-noun.png
     font-sans.png
     footnote-insert.png
@@ -1519,20 +1582,22 @@ lib_images_files = Split('''
     psnfss4.png
     redo.png
     reload.png
+    script-insert_subscript.png
+    script-insert_superscript.png
     split-view_horizontal.png
     split-view_vertical.png
     standard.png
     tabular-feature_align-decimal.png
+    tabular-feature_append-column.png
+    tabular-feature_append-row.png
+    tabular-feature_delete-column.png
+    tabular-feature_delete-row.png
     tabular-feature_m-align-center.png
     tabular-feature_m-align-left.png
     tabular-feature_m-align-right.png
     tabular-feature_m-valign-bottom.png
     tabular-feature_m-valign-middle.png
     tabular-feature_m-valign-top.png
-    tabular-feature_append-column.png
-    tabular-feature_append-row.png
-    tabular-feature_delete-column.png
-    tabular-feature_delete-row.png
     tabular-feature_multicolumn.png
     tabular-feature_multirow.png
     tabular-feature_set-all-lines.png
@@ -1548,6 +1613,7 @@ lib_images_files = Split('''
     tabular-feature_toggle-rotate-tabular.png
     tabular-feature_unset-all-lines.png
     tabular-insert.png
+    textstyle-apply.png
     thesaurus-entry.png
     toolbar-toggle_math.png
     toolbar-toggle_math_panels.png
@@ -1981,7 +2047,6 @@ lib_images_math_files = Split('''
     square.png
     star.png
     style.png
-    style.png
     sub.png
     subset.png
     subset2.png
@@ -2034,6 +2099,7 @@ lib_images_math_files = Split('''
     underrightarrow.png
     underscore.png
     underset.png
+    undertilde.png
     uparrow.png
     uparrow2.png
     updownarrow.png
@@ -2045,6 +2111,7 @@ lib_images_math_files = Split('''
     upsilon2.png
     upuparrows.png
     urcorner.png
+    utilde.png
     varepsilon.png
     varkappa.png
     varnothing.png
@@ -2110,11 +2177,283 @@ lib_images_commands_files = Split('''
 ''')
 
 
+lib_images_classic_files = Split('''
+    all-changes-accept.png
+    all-changes-reject.png
+    bookmark-goto.png
+    bookmark-goto_0.png
+    bookmark-save.png
+    box-insert.png
+    break-line.png
+    buffer-close.png
+    buffer-export.png
+    buffer-export_dvi.png
+    buffer-export_dvi3.png
+    buffer-export_latex.png
+    buffer-export_pdf.png
+    buffer-export_pdf2.png
+    buffer-export_pdf3.png
+    buffer-export_pdf4.png
+    buffer-export_pdf5.png
+    buffer-export_ps.png
+    buffer-export_text.png
+    buffer-new.png
+    buffer-reload.png
+    buffer-toggle-output-sync.png
+    buffer-update.png
+    buffer-update_dvi.png
+    buffer-update_dvi3.png
+    buffer-update_pdf.png
+    buffer-update_pdf2.png
+    buffer-update_pdf3.png
+    buffer-update_pdf4.png
+    buffer-update_pdf5.png
+    buffer-update_ps.png
+    buffer-view.png
+    buffer-view_dvi.png
+    buffer-view_dvi3.png
+    buffer-view_pdf.png
+    buffer-view_pdf2.png
+    buffer-view_pdf3.png
+    buffer-view_pdf4.png
+    buffer-view_pdf5.png
+    buffer-view_ps.png
+    buffer-write.png
+    buffer-write-as.png
+    build-program.png
+    change-accept.png
+    change-next.png
+    change-reject.png
+    changes-merge.png
+    changes-output.png
+    changes-track.png
+    close-tab-group.png
+    copy.png
+    cut.png
+    demote.png
+    depth-decrement.png
+    depth-increment.png
+    dialog-preferences.png
+    dialog-show_character.png
+    dialog-show_findreplace.png
+    dialog-show_mathdelimiter.png
+    dialog-show_mathmatrix.png
+    dialog-show_print.png
+    dialog-show_spellchecker.png
+    dialog-show_vclog.png
+    dialog-show-new-inset_citation.png
+    dialog-show-new-inset_graphics.png
+    dialog-show-new-inset_include.png
+    dialog-show-new-inset_ref.png
+    dialog-toggle_findreplaceadv.png
+    dialog-toggle_toc.png
+    down.png
+    ert-insert.png
+    file-open.png
+    float-insert_figure.png
+    float-insert_table.png
+    font-bold.png
+    font-emph.png
+    font-noun.png
+    font-sans.png
+    footnote-insert.png
+    href-insert.png
+    iconsize.png
+    index-insert.png
+    info-insert_buffer_vcs-revision.png
+    label-insert.png
+    layout-document.png
+    layout-paragraph.png
+    layout.png
+    layout_Description.png
+    layout_Enumerate.png
+    layout_Itemize.png
+    layout_List.png
+    layout_LyX-Code.png
+    layout_Scrap.png
+    layout_Section.png
+    marginalnote-insert.png
+    master-buffer-update.png
+    master-buffer-view.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
+    math-superscript.png
+    nomencl-insert.png
+    note-insert.png
+    note-next.png
+    paste.png
+    promote.png
+    redo.png
+    reload.png
+    script-insert_subscript.png
+    script-insert_superscript.png
+    split-view_horizontal.png
+    split-view_vertical.png
+    tabular-feature_align-decimal.png
+    tabular-feature_append-column.png
+    tabular-feature_append-row.png
+    tabular-feature_delete-column.png
+    tabular-feature_delete-row.png
+    tabular-feature_m-align-center.png
+    tabular-feature_m-align-left.png
+    tabular-feature_m-align-right.png
+    tabular-feature_m-valign-bottom.png
+    tabular-feature_m-valign-middle.png
+    tabular-feature_m-valign-top.png
+    tabular-feature_multicolumn.png
+    tabular-feature_multirow.png
+    tabular-feature_set-all-lines.png
+    tabular-feature_set-border-lines.png
+    tabular-feature_set-longtabular.png
+    tabular-feature_set-rotate-cell.png
+    tabular-feature_set-rotate-tabular.png
+    tabular-feature_toggle-line-bottom.png
+    tabular-feature_toggle-line-left.png
+    tabular-feature_toggle-line-right.png
+    tabular-feature_toggle-line-top.png
+    tabular-feature_toggle-rotate-cell.png
+    tabular-feature_toggle-rotate-tabular.png
+    tabular-feature_unset-all-lines.png
+    tabular-insert.png
+    textstyle-apply.png
+    thesaurus-entry.png
+    toolbar-toggle_math.png
+    toolbar-toggle_math_panels.png
+    toolbar-toggle_table.png
+    undo.png
+    unknown.png
+    up.png
+    update-others.png
+    url-insert.png
+    vc-compare.png
+    vc-compare_0.png
+    vc-check-in.png
+    vc-check-out.png
+    vc-locking-toggle.png
+    vc-register.png
+    vc-repo-update.png
+    vc-revert.png
+    view-others.png
+''')
+
+
+lib_images_oxygen_files = Split('''
+    all-changes-accept.png
+    all-changes-reject.png
+    bookmark-goto.png
+    bookmark-goto_0.png
+    bookmark-save.png
+    box-insert.png
+    buffer-new.png
+    buffer-reload.png
+    buffer-toggle-output-sync.png
+    buffer-update.png
+    buffer-update_dvi.png
+    buffer-update_dvi3.png
+    buffer-update_pdf.png
+    buffer-update_pdf2.png
+    buffer-update_pdf3.png
+    buffer-update_pdf4.png
+    buffer-update_pdf5.png
+    buffer-update_ps.png
+    buffer-view.png
+    buffer-view_dvi.png
+    buffer-view_dvi3.png
+    buffer-view_pdf.png
+    buffer-view_pdf2.png
+    buffer-view_pdf3.png
+    buffer-view_pdf4.png
+    buffer-view_pdf5.png
+    buffer-view_ps.png
+    buffer-write.png
+    buffer-write-as.png
+    change-accept.png
+    change-next.png
+    change-reject.png
+    changes-output.png
+    changes-track.png
+    closetab.png
+    close-tab-group.png
+    copy.png
+    cut.png
+    depth-decrement.png
+    depth-increment.png
+    dialog-show_character.png
+    dialog-show_findreplace.png
+    dialog-show_print.png
+    dialog-show_spellchecker.png
+    dialog-show-new-inset_citation.png
+    dialog-show-new-inset_graphics.png
+    dialog-show-new-inset_include.png
+    dialog-show-new-inset_ref.png
+    dialog-toggle_findreplaceadv.png
+    dialog-toggle_toc.png
+    ert-insert.png
+    file-open.png
+    float-insert_figure.png
+    float-insert_table.png
+    font-bold.png
+    font-emph.png
+    font-noun.png
+    footnote-insert.png
+    href-insert.png
+    iconsize.png
+    index-insert.png
+    label-insert.png
+    layout.png
+    layout-document.png
+    layout-paragraph.png
+    layout_Description.png
+    layout_Enumerate.png
+    layout_Itemize.png
+    layout_List.png
+    lyx-quit.png
+    marginalnote-insert.png
+    master-buffer-update.png
+    master-buffer-view.png
+    math-macro_newmacroname_newcommand.png
+    math-mode.png
+    nomencl-insert.png
+    note-insert.png
+    note-next.png
+    paste.png
+    redo.png
+    reload.png
+    split-view_horizontal.png
+    split-view_vertical.png
+    tabular-insert.png
+    textstyle-apply.png
+    thesaurus-entry.png
+    toolbar-toggle_math.png
+    toolbar-toggle_table.png
+    undo.png
+    update-others.png
+    url-insert.png
+    vc-revert.png
+    view-others.png
+''')
+
+
 lib_images_attic_extra_files = Split('''
     dialog-show_mathpanel.png
 ''')
 
 
+# Do not add subscript.sty to lib_tex_files since we don't want to install it
+# (it is part of TeXLive). We include it in our source package only so that
+# packagers may decide to install it (e.g. for MikTeX).
 lib_tex_files = Split('''
     broadway.cls
     hollywood.cls
@@ -2168,7 +2507,6 @@ lib_doc_clipart_files = Split('''
     macrobox.png
     MacroToolbar.png
     macrouse.png
-    mbox.png
     mobius.eps
     platypus.eps
     referenceQt4.png
@@ -2233,6 +2571,11 @@ lib_doc_da_files = Split('''
 ''')
 
 
+lib_doc_el_files = Split('''
+    Intro.lyx
+''')
+
+
 lib_doc_es_files = Split('''
     Customization.lyx
     DocumentoPostizo1.lyx
@@ -2323,7 +2666,9 @@ lib_doc_hu_files = Split('''
 
 lib_doc_id_files = Split('''
     Intro.lyx
+    Shortcuts.lyx
     Tutorial.lyx
+    UserGuide.lyx
 ''')
 
 
@@ -2425,6 +2770,7 @@ lib_doc_sk_files = Split('''
 
 lib_doc_sv_files = Split('''
     Intro.lyx
+    Shortcuts.lyx
     Tutorial.lyx
 ''')
 
@@ -2475,20 +2821,23 @@ lib_examples_files = Split('''
     europeCV.lyx
     example_lyxified.lyx
     example_raw.lyx
+    FeynmanDiagrams.lyx
     Foils.lyx
     iecc05.fen
     iecc07.fen
     iecc12.fen
     ItemizeBullets.lyx
     landslide.lyx
+    lilypond.lyx
     linguistics.lyx
     listerrors.lyx
     Literate.lyx
+    localization_test.lyx
     modernCV.lyx
-    multicol.lyx
     noweb2lyx.lyx
     powerdot-example.lyx
     recipebook.lyx
+    R-S-statements.lyx
     script_form.lyx
     seminar.lyx
     serial_letter1.lyx
@@ -2513,6 +2862,8 @@ lib_examples_ca_files = Split('''
 
 lib_examples_cs_files = Split('''
     splash.lyx
+    priklad_zLyXovany.lyx
+    priklad_syrovy.lyx
 ''')
 
 
@@ -2529,7 +2880,6 @@ lib_examples_de_files = Split('''
     ItemizeBullets.lyx
     Lebenslauf.lyx
     linguistics.lyx
-    multicol.lyx
     serienbrief1.lyx
     serienbrief2.lyx
     serienbrief3.lyx
@@ -2538,6 +2888,23 @@ lib_examples_de_files = Split('''
 ''')
 
 
+lib_examples_el_files = Split('''
+    splash.lyx
+''')
+
+
+lib_examples_es_files = Split('''
+    Braille.lyx
+    ejemplo_con_lyx.lyx
+    ejemplo_sin_lyx.lyx
+    ItemizeBullets.lyx
+    linguistics.lyx
+    splash.lyx
+    tufte-book.lyx
+    tufte-handout.lyx
+''')
+
+
 lib_examples_fa_files = Split('''
     splash.lyx
 ''')
@@ -2549,10 +2916,10 @@ lib_examples_fr_files = Split('''
     exemple_brut.lyx
     exemple_lyxifie.lyx
     exemple-powerdot.lyx
+    FeynmanDiagrams.lyx
     Foils.lyx
     linguistics.lyx
     ListesPuces.lyx
-    multicol.lyx
     seminar.lyx
     simplecv.lyx
     splash.lyx
@@ -2561,20 +2928,6 @@ lib_examples_fr_files = Split('''
 ''')
 
 
-lib_examples_es_files = Split('''
-    beamer-conference-ornate20min.lyx
-    Braille.lyx
-    ejemplo_con_lyx.lyx
-    ejemplo_sin_lyx.lyx
-    ItemizeBullets.lyx
-    linguistics.lyx
-    multicol.lyx
-    splash.lyx
-    tufte-book.lyx
-    tufte-handout.lyx
-''')
-
-
 lib_examples_eu_files = Split('''
     adibide_gordina.lyx
     adibide_lyx-atua.lyx
@@ -2616,8 +2969,8 @@ lib_examples_it_files = Split('''
 
 lib_examples_ja_files = Split('''
     Braille.lyx
+    FeynmanDiagrams.lyx
     linguistics.lyx
-    multicol.lyx
     splash.lyx
     xyfigure.png
     xypic.lyx
@@ -2625,7 +2978,6 @@ lib_examples_ja_files = Split('''
 
 
 lib_examples_nl_files = Split('''
-    multicol.lyx
     opsommingstekens.lyx
     splash.lyx
     voorbeeld_ruw.lyx
@@ -2653,6 +3005,11 @@ lib_examples_ru_files = Split('''
 ''')
 
 
+lib_examples_sk_files = Split('''
+    splash.lyx
+''')
+
+
 lib_examples_sl_files = Split('''
     primer_lyxan.lyx
     primer_surov.lyx
@@ -2660,7 +3017,13 @@ lib_examples_sl_files = Split('''
 ''')
 
 
-lib_examples_sk_files = Split('''
+lib_examples_sr_files = Split('''
+    Braille.lyx
+    splash.lyx
+''')
+
+
+lib_examples_sv_files = Split('''
     splash.lyx
 ''')
 
@@ -2690,9 +3053,12 @@ lib_lyx2lyx_files = Split('''
     lyx_1_5.py
     lyx_1_6.py
     lyx_2_0.py
+    lyx_2_1.py
+    lyx2lyx_tools.py
     parser_tools.py
     profiling.py
     test_parser_tools.py
+    unicode_symbols.py
 ''')
 
 
@@ -2708,6 +3074,8 @@ lib_layouts_files = Split('''
     aastex.layout
     achemso.layout
     acmsiggraph.layout
+    AEA.layout
+    agutex.layout
     agu-dtd.layout
     agums.layout
     amsart.layout
@@ -2722,6 +3090,7 @@ lib_layouts_files = Split('''
     broadway.layout
     chess.layout
     cl2emult.layout
+    customHeadersFooters.module
     dinbrief.layout
     docbook-book.layout
     docbook-chapter.layout
@@ -2729,16 +3098,19 @@ lib_layouts_files = Split('''
     docbook.layout
     doublecol-new.layout
     dtk.layout
+    ectaart.layout
     egs.layout
     elsart.layout
     elsarticle.layout
     entcs.layout
+    enumitem.module
     europecv.layout
     extarticle.layout
     extbook.layout
     extletter.layout
     extreport.layout
     foils.layout
+    frletter.layout
     g-brief.layout
     g-brief2.layout
     heb-article.layout
@@ -2759,6 +3131,7 @@ lib_layouts_files = Split('''
     kluwer.layout
     latex8.layout
     letter.layout
+    lettre.layout
     literate-article.layout
     literate-book.layout
     literate-report.layout
@@ -2775,6 +3148,7 @@ lib_layouts_files = Split('''
     report.layout
     revtex.layout
     revtex4.layout
+    revtex4-1.layout
     scrartcl.layout
     scrarticle-beamer.layout
     scrbook.layout
@@ -2838,12 +3212,13 @@ lib_layouts_inc_files = Split('''
     stdlayouts.inc
     stdletter.inc
     stdlists.inc
+    stdlyxlist.inc 
     stdrefprefix.inc
     stdsections.inc
     stdstarsections.inc
     stdstruct.inc
     stdtitle.inc
-    svjour.inc
+    svcommon.inc
     theorems.inc
     theorems-ams.inc
     theorems-ams-bytype.inc
@@ -2851,8 +3226,10 @@ lib_layouts_inc_files = Split('''
     theorems-order.inc
     theorems-proof.inc
     theorems-proof-std.inc
+    theorems-refprefix.inc
     theorems-starred.inc
     theorems-starred-equivalents.inc
+    theorems-without-preamble.inc
 ''')
 
 
@@ -2861,13 +3238,18 @@ lib_layouts_module_files = Split('''
     endnotes.module
     eqs-within-sections.module
     figs-within-sections.module
+    fixltx2e.module
+    fix-cm.module
     foottoend.module
     hanging.module
     initials.module
+    lilypond.module
     linguistics.module
     logicalmkup.module
     minimalistic.module
+    multicol.module
     noweb.module
+    rsphrase.module
     sweave.module
     tabs-within-sections.module
     theorems-ams-bytype.module
@@ -2877,6 +3259,7 @@ lib_layouts_module_files = Split('''
     theorems-bytype.module
     theorems-chap-bytype.module
     theorems-chap.module
+    theorems-named.module
     theorems-sec-bytype.module
     theorems-sec.module
     theorems-starred.module
@@ -2894,12 +3277,18 @@ lib_scripts_files = Split('''
     fig2pdftex.py
     fig2pstex.py
     fig_copy.py
+    include_bib.py
     layout2layout.py
     legacy_lyxpreview2ppm.py
     listerrors
+    lyxpak.py
     lyxpreview2bitmap.py
-    lyxpreview-platex2bitmap.py
     lyxpreview_tools.py
+    lyxstangle.R
+    lyxsweave.R
+    prefs2prefs.py
+    prefs2prefs_lfuns.py
+    prefs2prefs_prefs.py
     TeXFiles.py
     tex_copy.py
 ''')
@@ -2923,21 +3312,6 @@ lib_bind_files = Split('''
 ''')
 
 
-lib_bind_fi_files = Split('''
-    menus.bind
-''')
-
-
-lib_bind_sv_files = Split('''
-    menus.bind
-''')
-
-
-lib_bind_pt_files = Split('''
-    menus.bind
-''')
-
-
 lib_bind_de_files = Split('''
     menus.bind
 ''')