]> git.lyx.org Git - features.git/blobdiff - development/scons/scons_manifest.py
* svcommon.inc:
[features.git] / development / scons / scons_manifest.py
index bab62392f7ae39ca7d3873015df5ee13313a3e76..bf184af83107c0a3b9442ca41d281a13303ee1d0 100644 (file)
@@ -28,6 +28,7 @@ TOP_extra_files = Split('''
 
 
 src_header_files = Split('''
+    AppleSpellChecker.h
     AspellChecker.h
     Author.h
     BiblioInfo.h
@@ -115,10 +116,10 @@ src_header_files = Split('''
     ParagraphMetrics.h
     ParagraphParameters.h
     PDFOptions.h
+    PersonalWordList.h
     PrinterParams.h
     Row.h
     rowpainter.h
-    Section.h
     Server.h
     ServerSocket.h
     Session.h
@@ -136,7 +137,6 @@ src_header_files = Split('''
     update_flags.h
     VCBackend.h
     VSpace.h
-    Variables.h
     version.h
     WordLangTuple.h
     WordList.h
@@ -214,6 +214,7 @@ src_pre_files = Split('''
     Paragraph.cpp
     ParagraphMetrics.cpp
     ParagraphParameters.cpp
+    PersonalWordList.cpp
     Row.cpp
     rowpainter.cpp
     Server.cpp
@@ -249,12 +250,11 @@ src_post_files = Split('''
 
 
 src_extra_src_files = Split('''
+    AppleSpellChecker.cpp
     AspellChecker.cpp
     EnchantChecker.cpp
     HunspellChecker.cpp
     main.cpp
-    Section.cpp
-    Variables.cpp
 ''')
 
 
@@ -285,6 +285,7 @@ src_client_extra_files = Split('''
 
 
 src_support_header_files = Split('''
+    bind.h
     convert.h
     copied_ptr.h
     debug.h
@@ -298,6 +299,7 @@ src_support_header_files = Split('''
     filetools.h
     foreach.h
     ForkedCalls.h
+    functional.h
     gettext.h
     gzstream.h
     lassert.h
@@ -306,7 +308,9 @@ src_support_header_files = Split('''
     lyxalgo.h
     lyxlib.h
     lyxtime.h
+    mutex.h
     Messages.h
+    numpunct_lyx_char_type.h
     os.h
     os_win32.h
     Package.h
@@ -314,8 +318,8 @@ src_support_header_files = Split('''
     ProgressInterface.h
     qstring_helpers.h
     RandomAccessList.h
-    SignalSlot.h
-    SignalSlotPrivate.h
+    regex.h
+    shared_ptr.h
     socktools.h
     Systemcall.h
     SystemcallPrivate.h
@@ -345,13 +349,12 @@ src_support_files = Split('''
     lassert.cpp
     lstrings.cpp
     lyxtime.cpp
+    mutex.cpp
     Messages.cpp
     os.cpp
     Package.cpp
     Path.cpp
     qstring_helpers.cpp
-    SignalSlot.cpp
-    SignalSlotPrivate.cpp
     socktools.cpp
     Systemcall.cpp
     Timeout.cpp
@@ -362,7 +365,8 @@ src_support_files = Split('''
 
 
 src_support_extra_header_files = Split('''
-    
+    AppleSpeller.h
+    AppleSpeller.m
 ''')
 
 
@@ -378,6 +382,7 @@ src_support_extra_src_files = Split('''
 src_support_extra_files = Split('''
     Makefile.am
     pch.h
+    mythes/license.readme
 ''')
 
 
@@ -448,6 +453,7 @@ src_mathed_header_files = Split('''
     InsetMathComment.h
     InsetMathDecoration.h
     InsetMathDelim.h
+    InsetMathDiagram.h
     InsetMathDiff.h
     InsetMathDots.h
     InsetMathEnsureMath.h
@@ -520,6 +526,7 @@ src_mathed_files = Split('''
     InsetMathComment.cpp
     InsetMathDecoration.cpp
     InsetMathDelim.cpp
+    InsetMathDiagram.cpp
     InsetMathDiff.cpp
     InsetMathDots.cpp
     InsetMathEnsureMath.cpp
@@ -621,6 +628,7 @@ src_tex2lyx_copied_files = Split('''
     Floating.cpp
     FontInfo.cpp
     Layout.cpp
+    LayoutFile.cpp
     LayoutModuleList.cpp
     lengthcommon.cpp
     Lexer.cpp
@@ -633,6 +641,7 @@ src_tex2lyx_copied_files = Split('''
 
 src_tex2lyx_extra_files = Split('''
     Makefile.am
+    TODO.txt
     pch.h
     tex2lyx.1in
     test/box-color-size-space-align.tex
@@ -703,6 +712,7 @@ src_frontends_qt4_header_files = Split('''
     DialogView.h
     DockView.h
     EmptyTable.h
+    FancyLineEdit.h
     FileDialog.h
     FindAndReplace.h
     FloatPlacement.h
@@ -721,6 +731,7 @@ src_frontends_qt4_header_files = Split('''
     GuiCommandBuffer.h
     GuiCommandEdit.h
     GuiCompare.h
+    GuiCompareHistory.h
     GuiCompleter.h
     GuiDelimiter.h
     GuiDialog.h
@@ -742,10 +753,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
@@ -777,6 +789,7 @@ src_frontends_qt4_header_files = Split('''
     GuiWorkArea.h
     GuiWrap.h
     IconPalette.h
+    InGuiThread.h
     InsertTableWidget.h
     InsetParamsDialog.h
     InsetParamsWidget.h
@@ -804,8 +817,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
@@ -822,6 +836,7 @@ src_frontends_qt4_files = Split('''
     GuiCommandBuffer.cpp
     GuiCommandEdit.cpp
     GuiCompare.cpp
+    GuiCompareHistory.cpp
     GuiCompleter.cpp
     GuiDelimiter.cpp
     GuiDialog.cpp
@@ -843,10 +858,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
@@ -878,6 +894,7 @@ src_frontends_qt4_files = Split('''
     GuiWorkArea.cpp
     GuiWrap.cpp
     IconPalette.cpp
+    InGuiThread.cpp
     InsertTableWidget.cpp
     InsetParamsDialog.cpp
     InsetParamsWidget.cpp
@@ -917,7 +934,9 @@ src_frontends_qt4_ui_files = Split('''
     ChangesUi.ui
     CharacterUi.ui
     CitationUi.ui
+    ColorUi.ui
     CompareUi.ui
+    CompareHistoryUi.ui
     DelimiterUi.ui
     DocumentUi.ui
     ERTUi.ui
@@ -937,8 +956,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
@@ -957,7 +978,6 @@ src_frontends_qt4_ui_files = Split('''
     PrefColorsUi.ui
     PrefCompletionUi.ui
     PrefConvertersUi.ui
-    PrefDateUi.ui
     PrefDisplayUi.ui
     PrefEditUi.ui
     PrefFileformatsUi.ui
@@ -965,8 +985,8 @@ src_frontends_qt4_ui_files = Split('''
     PrefInputUi.ui
     PrefLanguageUi.ui
     PrefLatexUi.ui
+    PrefOutputUi.ui
     PrefPathsUi.ui
-    PrefPlaintextUi.ui
     PrefPrinterUi.ui
     PrefScreenFontsUi.ui
     PrefShortcutsUi.ui
@@ -998,7 +1018,6 @@ src_frontends_qt4_ui_files = Split('''
 
 
 src_frontends_qt4_ui_extra_files = Split('''
-    compile_uic.sh
     Makefile.am    
 ''')
 
@@ -1008,6 +1027,7 @@ src_insets_header_files = Split('''
     ExternalTemplate.h
     ExternalTransforms.h
     Inset.h
+    InsetArgument.h
     InsetBibitem.h
     InsetBibtex.h
     InsetBox.h
@@ -1041,10 +1061,11 @@ src_insets_header_files = Split('''
     InsetNewpage.h
     InsetNomencl.h
     InsetNote.h
-    InsetOptArg.h
     InsetPhantom.h
+    InsetPreview.h
     InsetQuotes.h
     InsetRef.h
+    InsetScript.h
     InsetSpace.h
     InsetSpecialChar.h
     InsetTOC.h
@@ -1064,6 +1085,7 @@ src_insets_files = Split('''
     ExternalTemplate.cpp
     ExternalTransforms.cpp
     Inset.cpp
+    InsetArgument.cpp
     InsetBibitem.cpp
     InsetBibtex.cpp
     InsetBox.cpp
@@ -1096,10 +1118,11 @@ src_insets_files = Split('''
     InsetNewpage.cpp
     InsetNomencl.cpp
     InsetNote.cpp
-    InsetOptArg.cpp
     InsetPhantom.cpp
+    InsetPreview.cpp
     InsetQuotes.cpp
     InsetRef.cpp
+    InsetScript.cpp
     InsetSpace.cpp
     InsetSpecialChar.cpp
     InsetTOC.cpp
@@ -1216,6 +1239,7 @@ po_extra_files = Split('''
     de.po
     en@boldquot.header
     en@quot.header
+    el.po
     en.po
     es.po
     eu.po
@@ -1249,6 +1273,7 @@ po_extra_files = Split('''
     Rules-quot
     sk.po
     sl.po
+    sr.po
     sv.po
     tr.po
     uk.po
@@ -1259,12 +1284,14 @@ po_extra_files = Split('''
 
 
 lib_files = Split('''
+    autocorrect
     chkconfig.ltx
     configure.py
     CREDITS
     encodings
     external_templates
     languages
+    layouttranslations
     symbols
     syntax.default
     unicodesymbols
@@ -1327,14 +1354,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 +1378,49 @@ 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
+    svmult_appendix.lyx
+    svmult_editor.lyx
+''')
+
+
+lib_templates_springer_files = Split('''
+    acknow.lyx
+    acronym.lyx
+    appendix.lyx
+    chapter.lyx
+    dedication.lyx
+    foreword.lyx
+    glossary.lyx
+    part.lyx
+    preface.lyx
+    svmono_referenc.lyx
+    svmult_referenc.lyx
+    solutions.lyx
     svjour3.lyx
     svmono_book.lyx
-    svmult_appendix.lyx
     svmult_author.lyx
-    svmult_editor.lyx
+''')
+
+
+lib_templates_thesis_files = Split('''
+    Acknowledgments.lyx
+    Appendix.lyx
+    alpha.bst
+    chapter-1.lyx
+    chapter-2.lyx
+    Summary.lyx
+    thesis.lyx
+    thesisExample.bib
 ''')
 
 
 lib_ui_files = Split('''
-    classic.ui
     default.ui
     stdcontext.inc
     stdmenus.inc
@@ -1380,6 +1439,7 @@ lib_fonts_files = Split('''
     msam10.ttf
     msbm10.ttf
     ReadmeBaKoMa4LyX.txt
+    rsfs10.ttf
     wasy10.ttf
 ''')
 
@@ -1397,32 +1457,40 @@ 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
     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-as.png
     buffer-write.png
     build-program.png
+    busy.gif
     change-accept.png
     change-next.png
     change-reject.png
@@ -1451,6 +1519,7 @@ 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
@@ -1507,16 +1576,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_m-align-center.png
-    tabular-feature_m-align-left.png
-    tabular-feature_m-align-right.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
@@ -1531,9 +1606,6 @@ lib_images_files = Split('''
     tabular-feature_toggle-rotate-cell.png
     tabular-feature_toggle-rotate-tabular.png
     tabular-feature_unset-all-lines.png
-    tabular-feature_m-valign-bottom.png
-    tabular-feature_m-valign-middle.png
-    tabular-feature_m-valign-top.png
     tabular-insert.png
     thesaurus-entry.png
     toolbar-toggle_math.png
@@ -2021,6 +2093,7 @@ lib_images_math_files = Split('''
     underrightarrow.png
     underscore.png
     underset.png
+    undertilde.png
     uparrow.png
     uparrow2.png
     updownarrow.png
@@ -2032,6 +2105,7 @@ lib_images_math_files = Split('''
     upsilon2.png
     upuparrows.png
     urcorner.png
+    utilde.png
     varepsilon.png
     varkappa.png
     varnothing.png
@@ -2102,6 +2176,9 @@ lib_images_attic_extra_files = Split('''
 ''')
 
 
+# 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
@@ -2155,7 +2232,6 @@ lib_doc_clipart_files = Split('''
     macrobox.png
     MacroToolbar.png
     macrouse.png
-    mbox.png
     mobius.eps
     platypus.eps
     referenceQt4.png
@@ -2220,6 +2296,11 @@ lib_doc_da_files = Split('''
 ''')
 
 
+lib_doc_el_files = Split('''
+    Intro.lyx
+''')
+
+
 lib_doc_es_files = Split('''
     Customization.lyx
     DocumentoPostizo1.lyx
@@ -2310,7 +2391,9 @@ lib_doc_hu_files = Split('''
 
 lib_doc_id_files = Split('''
     Intro.lyx
+    Shortcuts.lyx
     Tutorial.lyx
+    UserGuide.lyx
 ''')
 
 
@@ -2337,6 +2420,11 @@ lib_doc_it_clipart_files = Split('''
 
 lib_doc_ja_files = Split('''
     Additional.lyx
+    Customization.lyx
+    DummyDocument1.lyx
+    DummyDocument2.lyx
+    EmbeddedObjects.lyx
+    Formula-numbering.lyx
     Intro.lyx
     LaTeXConfig.lyx
     Math.lyx
@@ -2347,10 +2435,12 @@ lib_doc_ja_files = Split('''
 
 
 lib_doc_ja_clipart_files = Split('''
+    ChildDocumentQt4.png
+    ERT.png
+    ExternalMaterialQt4.png
     floatQt4.png
     footnoteQt4.png
     referenceQt4.png
-    ERT.png
     ToolbarEnvBox.png
 ''')
 
@@ -2405,6 +2495,7 @@ lib_doc_sk_files = Split('''
 
 lib_doc_sv_files = Split('''
     Intro.lyx
+    Shortcuts.lyx
     Tutorial.lyx
 ''')
 
@@ -2452,18 +2543,22 @@ lib_examples_files = Split('''
     CV-image.eps
     CV-image.png
     docbook_article.lyx
+    enumitem.lyx
     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
@@ -2493,6 +2588,8 @@ lib_examples_ca_files = Split('''
 
 lib_examples_cs_files = Split('''
     splash.lyx
+    priklad_zLyXovany.lyx
+    priklad_syrovy.lyx
 ''')
 
 
@@ -2518,6 +2615,24 @@ 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
+    multicol.lyx
+    splash.lyx
+    tufte-book.lyx
+    tufte-handout.lyx
+''')
+
+
 lib_examples_fa_files = Split('''
     splash.lyx
 ''')
@@ -2529,6 +2644,7 @@ lib_examples_fr_files = Split('''
     exemple_brut.lyx
     exemple_lyxifie.lyx
     exemple-powerdot.lyx
+    FeynmanDiagrams.lyx
     Foils.lyx
     linguistics.lyx
     ListesPuces.lyx
@@ -2541,20 +2657,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
@@ -2596,7 +2698,12 @@ lib_examples_it_files = Split('''
 
 lib_examples_ja_files = Split('''
     Braille.lyx
+    FeynmanDiagrams.lyx
+    linguistics.lyx
+    multicol.lyx
     splash.lyx
+    xyfigure.png
+    xypic.lyx
 ''')
 
 
@@ -2629,6 +2736,11 @@ lib_examples_ru_files = Split('''
 ''')
 
 
+lib_examples_sk_files = Split('''
+    splash.lyx
+''')
+
+
 lib_examples_sl_files = Split('''
     primer_lyxan.lyx
     primer_surov.lyx
@@ -2636,7 +2748,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
 ''')
 
@@ -2666,9 +2784,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
 ''')
 
 
@@ -2684,6 +2805,8 @@ lib_layouts_files = Split('''
     aastex.layout
     achemso.layout
     acmsiggraph.layout
+    AEA.layout
+    agutex.layout
     agu-dtd.layout
     agums.layout
     amsart.layout
@@ -2698,6 +2821,7 @@ lib_layouts_files = Split('''
     broadway.layout
     chess.layout
     cl2emult.layout
+    customHeadersFooters.module
     dinbrief.layout
     docbook-book.layout
     docbook-chapter.layout
@@ -2705,16 +2829,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
@@ -2735,6 +2862,7 @@ lib_layouts_files = Split('''
     kluwer.layout
     latex8.layout
     letter.layout
+    lettre.layout
     literate-article.layout
     literate-book.layout
     literate-report.layout
@@ -2751,6 +2879,7 @@ lib_layouts_files = Split('''
     report.layout
     revtex.layout
     revtex4.layout
+    revtex4-1.layout
     scrartcl.layout
     scrarticle-beamer.layout
     scrbook.layout
@@ -2805,6 +2934,7 @@ lib_layouts_inc_files = Split('''
     numrevtex.inc
     scrclass.inc
     stdcharstyles.inc
+    stdciteformats.inc
     stdclass.inc
     stdcounters.inc
     stdcustom.inc
@@ -2813,11 +2943,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
@@ -2825,8 +2957,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
 ''')
 
 
@@ -2835,9 +2969,12 @@ 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
@@ -2851,6 +2988,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
@@ -2858,6 +2996,7 @@ lib_layouts_module_files = Split('''
 ''')
 
 lib_scripts_files = Split('''
+    bash_completion
     clean_dvi.py
     convertDefault.py
     csv2lyx.py
@@ -2867,12 +3006,19 @@ 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-lytex2bitmap.py
     lyxpreview-platex2bitmap.py
     lyxpreview_tools.py
+    lyxsweave.R
+    prefs2prefs.py
+    prefs2prefs_lfuns.py
+    prefs2prefs_prefs.py
     TeXFiles.py
     tex_copy.py
 ''')
@@ -2896,21 +3042,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
 ''')