]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
scons_manifest.py: add AppleSpellChecker
[lyx.git] / development / scons / scons_manifest.py
index e83a59ae94c5d38251545d5375fc2d23b7c4d4ae..efe68cef5917d0612386700abab9683432cbcb8a 100644 (file)
@@ -3,6 +3,9 @@ from SCons.Util import Split
 TOP_extra_files = Split('''
     ABOUT-NLS
     ANNOUNCE
+    autogen.sh
+    config.log
+    configure.ac
     COPYING
     INSTALL
     INSTALL.MacOSX
@@ -10,6 +13,7 @@ TOP_extra_files = Split('''
     INSTALL.autoconf
     INSTALL.cmake
     INSTALL.scons
+    lyx.1in
     Makefile.am
     NEWS
     README
@@ -17,18 +21,15 @@ TOP_extra_files = Split('''
     README.Win32
     README.localization
     RELEASE-NOTES
-    UPGRADING
-    autogen.sh
-    config.log
-    configure.ac
-    lyx.1in
     rename.sh
     scons_lyx.log
+    UPGRADING
 ''')
 
 
 src_header_files = Split('''
-    ASpell_local.h
+    AppleSpellChecker.h
+    AspellChecker.h
     Author.h
     BiblioInfo.h
     Bidi.h
@@ -47,6 +48,7 @@ src_header_files = Split('''
     Color.h
     ColorSet.h
     ColorCode.h
+    Compare.h
     CompletionList.h
     Converter.h
     ConverterCache.h
@@ -59,6 +61,7 @@ src_header_files = Split('''
     Dimension.h
     DispatchResult.h
     DocIterator.h
+    EnchantChecker.h
     Encoding.h
     ErrorList.h
     Exporter.h
@@ -74,6 +77,8 @@ src_header_files = Split('''
     FuncRequest.h
     FuncStatus.h
     Graph.h
+    HSpace.h
+    HunspellChecker.h
     IndicesList.h
     InsetIterator.h
     InsetList.h
@@ -92,7 +97,6 @@ src_header_files = Split('''
     LyX.h
     LyXAction.h
     lyxfind.h
-    LyXFunc.h
     LyXRC.h
     LyXVC.h
     MetricsInfo.h
@@ -103,11 +107,11 @@ src_header_files = Split('''
     output_latex.h
     output_plaintext.h
     output_xhtml.h
+    OutputEnums.h
     OutputParams.h
     paper.h
     ParIterator.h
     Paragraph.h
-    paragraph_funcs.h
     ParagraphList.h
     ParagraphMetrics.h
     ParagraphParameters.h
@@ -115,7 +119,6 @@ src_header_files = Split('''
     PrinterParams.h
     Row.h
     rowpainter.h
-    Section.h
     Server.h
     ServerSocket.h
     Session.h
@@ -133,7 +136,6 @@ src_header_files = Split('''
     update_flags.h
     VCBackend.h
     VSpace.h
-    Variables.h
     version.h
     WordLangTuple.h
     WordList.h
@@ -141,19 +143,22 @@ src_header_files = Split('''
 
 
 src_pre_files = Split('''
+    AppleSpellChecker.cpp
+    AspellChecker.cpp
     Author.cpp
     Bidi.cpp
     BranchList.cpp
     Buffer.cpp
-    buffer_funcs.cpp
     BufferList.cpp
     BufferParams.cpp
     BufferView.cpp
+    buffer_funcs.cpp
     Bullet.cpp
     Changes.cpp
     Chktex.cpp
     CmdDef.cpp
     Color.cpp
+    Compare.cpp
     Converter.cpp
     ConverterCache.cpp
     CoordCache.cpp
@@ -176,6 +181,7 @@ src_pre_files = Split('''
     FuncRequest.cpp
     FuncStatus.cpp
     Graph.cpp
+    HSpace.cpp
     IndicesList.cpp
     InsetIterator.cpp
     InsetList.cpp
@@ -194,18 +200,16 @@ src_pre_files = Split('''
     LyX.cpp
     LyXAction.cpp
     lyxfind.cpp
-    LyXFunc.cpp
     LyXRC.cpp
     LyXVC.cpp
     MetricsInfo.cpp
     Mover.cpp
     output.cpp
+    OutputParams.cpp
     output_docbook.cpp
     output_latex.cpp
     output_plaintext.cpp
     output_xhtml.cpp
-    OutputParams.cpp
-    paragraph_funcs.cpp
     PDFOptions.cpp
     ParIterator.cpp
     Paragraph.cpp
@@ -236,19 +240,19 @@ src_pre_files = Split('''
 
 src_post_files = Split('''
     BiblioInfo.cpp
+    boost.cpp
     Box.cpp
     Dimension.cpp
     ModuleList.cpp
     PrinterParams.cpp
     Thesaurus.cpp
-    boost.cpp
 ''')
 
 
 src_extra_src_files = Split('''
-    ASpell.cpp
-    Section.cpp
-    Variables.cpp
+    AspellChecker.cpp
+    EnchantChecker.cpp
+    HunspellChecker.cpp
     main.cpp
 ''')
 
@@ -265,35 +269,24 @@ src_client_header_files = Split('''
 
 
 src_client_files = Split('''
-    Messages.cpp
     boost.cpp
     client.cpp
     gettext.cpp
+    Messages.cpp
 ''')
 
 
 src_client_extra_files = Split('''
-    Makefile.am
     lyxclient.1in
+    Makefile.am
     pch.h
 ''')
 
 
 src_support_header_files = Split('''
-    ExceptionMessage.h
-    FileMonitor.h
-    FileName.h
-    ForkedCalls.h
-    Messages.h
-    Package.h
-    Path.h
-    RandomAccessList.h
-    SignalSlot.h
-    SignalSlotPrivate.h
-    Systemcall.h
-    SystemcallPrivate.h
-    Timeout.h
-    Translator.h
+    AppleSpeller.h
+    AppleSpeller.m
+    bind.h
     convert.h
     copied_ptr.h
     debug.h
@@ -301,8 +294,12 @@ src_support_header_files = Split('''
     docstring.h
     docstring_list.h
     environment.h
+    ExceptionMessage.h
+    FileMonitor.h
+    FileName.h
     filetools.h
     foreach.h
+    ForkedCalls.h
     gettext.h
     gzstream.h
     lassert.h
@@ -311,11 +308,23 @@ src_support_header_files = Split('''
     lyxalgo.h
     lyxlib.h
     lyxtime.h
+    Messages.h
+    numpunct_lyx_char_type.h
     os.h
     os_win32.h
+    Package.h
+    Path.h
+    ProgressInterface.h
     qstring_helpers.h
+    RandomAccessList.h
+    regex.h
+    shared_ptr.h
     socktools.h
+    Systemcall.h
+    SystemcallPrivate.h
     textutils.h
+    Timeout.h
+    Translator.h
     types.h
     unicode.h
     userinfo.h
@@ -324,31 +333,29 @@ src_support_header_files = Split('''
 
 
 src_support_files = Split('''
-    FileMonitor.cpp
-    FileName.cpp
-    ForkedCalls.cpp
-    Messages.cpp
-    Package.cpp
-    Path.cpp
-    SignalSlot.cpp
-    SignalSlotPrivate.cpp
-    Systemcall.cpp
-    Timeout.cpp
     convert.cpp
     debug.cpp
     docstream.cpp
     docstring.cpp
     environment.cpp
+    FileMonitor.cpp
+    FileName.cpp
     filetools.cpp
+    ForkedCalls.cpp
     gettext.cpp
     gzstream.cpp
     kill.cpp
     lassert.cpp
     lstrings.cpp
     lyxtime.cpp
+    Messages.cpp
     os.cpp
+    Package.cpp
+    Path.cpp
     qstring_helpers.cpp
     socktools.cpp
+    Systemcall.cpp
+    Timeout.cpp
     unicode.cpp
     userinfo.cpp
     mythes/mythes.cxx
@@ -372,6 +379,7 @@ src_support_extra_src_files = Split('''
 src_support_extra_files = Split('''
     Makefile.am
     pch.h
+    mythes/license.readme
 ''')
 
 
@@ -584,9 +592,7 @@ src_mathed_extra_files = Split('''
 
 src_tex2lyx_header_files = Split('''
     Context.h
-    Font.h
     Parser.h
-    Spacing.h
     tex2lyx.h
 ''')
 
@@ -594,8 +600,6 @@ src_tex2lyx_header_files = Split('''
 src_tex2lyx_files = Split('''
     boost.cpp
     Context.cpp
-    Font.cpp
-    gettext.cpp
     math.cpp
     Parser.cpp
     preamble.cpp
@@ -606,6 +610,7 @@ src_tex2lyx_files = Split('''
 
 
 src_tex2lyx_copied_header_files = Split('''
+    TextClass.h
     insets/InsetLayout.h
 ''')
 
@@ -616,10 +621,13 @@ src_tex2lyx_copied_files = Split('''
     Encoding.cpp
     FloatList.cpp
     Floating.cpp
+    FontInfo.cpp
     Layout.cpp
+    LayoutModuleList.cpp
     lengthcommon.cpp
     Lexer.cpp
     ModuleList.cpp
+    Spacing.cpp
     TextClass.cpp
     insets/InsetLayout.cpp
 ''')
@@ -647,7 +655,6 @@ src_frontends_header_files = Split('''
     FontMetrics.h
     KeyModifier.h
     KeySymbol.h
-    LyXView.h
     mouse_state.h
     Painter.h
     Selection.h
@@ -715,6 +722,7 @@ src_frontends_qt4_header_files = Split('''
     GuiClipboard.h
     GuiCommandBuffer.h
     GuiCommandEdit.h
+    GuiCompare.h
     GuiCompleter.h
     GuiDelimiter.h
     GuiDialog.h
@@ -722,7 +730,6 @@ src_frontends_qt4_header_files = Split('''
     GuiErrorList.h
     GuiERT.h
     GuiExternal.h
-    GuiFloat.h
     GuiFontExample.h
     GuiFontLoader.h
     GuiGraphics.h
@@ -749,6 +756,8 @@ src_frontends_qt4_header_files = Split('''
     GuiPrint.h
     GuiPrintindex.h
     GuiPrintNomencl.h
+    GuiProgress.h
+    GuiProgressView.h
     GuiRef.h
     GuiSearch.h
     GuiSelection.h
@@ -771,17 +780,20 @@ src_frontends_qt4_header_files = Split('''
     GuiWrap.h
     IconPalette.h
     InsertTableWidget.h
+    InsetParamsDialog.h
+    InsetParamsWidget.h
     LaTeXHighlighter.h
+    LayoutBox.h
     LengthCombo.h
     LyXFileDialog.h
     Menus.h
     PanelStack.h
+    qt_helpers.h
+    qt_i18n.h
     TocModel.h
     TocWidget.h
     Toolbars.h
     Validator.h
-    qt_helpers.h
-    qt_i18n.h
 ''')
 
 
@@ -811,6 +823,7 @@ src_frontends_qt4_files = Split('''
     GuiClipboard.cpp
     GuiCommandBuffer.cpp
     GuiCommandEdit.cpp
+    GuiCompare.cpp
     GuiCompleter.cpp
     GuiDelimiter.cpp
     GuiDialog.cpp
@@ -818,7 +831,6 @@ src_frontends_qt4_files = Split('''
     GuiErrorList.cpp
     GuiERT.cpp
     GuiExternal.cpp
-    GuiFloat.cpp
     GuiFontExample.cpp
     GuiFontLoader.cpp
     GuiFontMetrics.cpp
@@ -845,6 +857,8 @@ src_frontends_qt4_files = Split('''
     GuiPrint.cpp
     GuiPrintindex.cpp
     GuiPrintNomencl.cpp
+    GuiProgress.cpp
+    GuiProgressView.cpp
     GuiRef.cpp
     GuiSearch.cpp
     GuiSelection.cpp
@@ -867,30 +881,32 @@ src_frontends_qt4_files = Split('''
     GuiWrap.cpp
     IconPalette.cpp
     InsertTableWidget.cpp
+    InsetParamsDialog.cpp
+    InsetParamsWidget.cpp
     LengthCombo.cpp
     LaTeXHighlighter.cpp
+    LayoutBox.cpp
     LyXFileDialog.cpp
     Menus.cpp
     PanelStack.cpp
+    qt_helpers.cpp
     TocModel.cpp
     TocWidget.cpp
     Toolbars.cpp
     Validator.cpp
-    qt_helpers.cpp
 ''')
 
 
 src_frontends_qt4_extra_files = Split('''
     GuiFontMetrics.h
     Makefile.am
-    README
     pch.h
+    README    
 ''')
 
 
 src_frontends_qt4_ui_files = Split('''
     AboutUi.ui
-    AskForTextUi.ui
     BibitemUi.ui
     BiblioUi.ui
     BibtexAddUi.ui
@@ -898,10 +914,13 @@ src_frontends_qt4_ui_files = Split('''
     BoxUi.ui
     BranchUi.ui
     BranchesUi.ui
+    BranchesUnknownUi.ui
     BulletsUi.ui
     ChangesUi.ui
     CharacterUi.ui
     CitationUi.ui
+    ColorUi.ui
+    CompareUi.ui
     DelimiterUi.ui
     DocumentUi.ui
     ERTUi.ui
@@ -909,7 +928,6 @@ src_frontends_qt4_ui_files = Split('''
     ExternalUi.ui
     FindAndReplaceUi.ui
     FloatPlacementUi.ui
-    FloatUi.ui
     FontUi.ui
     GraphicsUi.ui
     HSpaceUi.ui
@@ -918,12 +936,15 @@ src_frontends_qt4_ui_files = Split('''
     IndexUi.ui
     IndicesUi.ui
     InfoUi.ui
+    InsetParamsUi.ui
     LabelUi.ui
     LaTeXUi.ui
     LanguageUi.ui
     ListingsUi.ui
+    ListingsSettingsUi.ui
     LogUi.ui
     MarginsUi.ui
+    MasterChildUi.ui
     MathMatrixUi.ui
     MathsUi.ui
     ModulesUi.ui
@@ -939,7 +960,6 @@ src_frontends_qt4_ui_files = Split('''
     PrefColorsUi.ui
     PrefCompletionUi.ui
     PrefConvertersUi.ui
-    PrefDateUi.ui
     PrefDisplayUi.ui
     PrefEditUi.ui
     PrefFileformatsUi.ui
@@ -947,8 +967,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
@@ -958,6 +978,7 @@ src_frontends_qt4_ui_files = Split('''
     PrintUi.ui
     PrintindexUi.ui
     PrintNomenclUi.ui
+    ProgressViewUi.ui
     RefUi.ui
     SearchUi.ui
     SendtoUi.ui
@@ -979,8 +1000,7 @@ src_frontends_qt4_ui_files = Split('''
 
 
 src_frontends_qt4_ui_extra_files = Split('''
-    Makefile.am
-    compile_uic.sh
+    Makefile.am    
 ''')
 
 
@@ -989,6 +1009,7 @@ src_insets_header_files = Split('''
     ExternalTemplate.h
     ExternalTransforms.h
     Inset.h
+    InsetArgument.h
     InsetBibitem.h
     InsetBibtex.h
     InsetBox.h
@@ -1022,8 +1043,8 @@ src_insets_header_files = Split('''
     InsetNewpage.h
     InsetNomencl.h
     InsetNote.h
-    InsetOptArg.h
     InsetPhantom.h
+    InsetPreview.h
     InsetQuotes.h
     InsetRef.h
     InsetSpace.h
@@ -1045,6 +1066,7 @@ src_insets_files = Split('''
     ExternalTemplate.cpp
     ExternalTransforms.cpp
     Inset.cpp
+    InsetArgument.cpp
     InsetBibitem.cpp
     InsetBibtex.cpp
     InsetBox.cpp
@@ -1077,8 +1099,8 @@ src_insets_files = Split('''
     InsetNewpage.cpp
     InsetNomencl.cpp
     InsetNote.cpp
-    InsetOptArg.cpp
     InsetPhantom.cpp
+    InsetPreview.cpp
     InsetQuotes.cpp
     InsetRef.cpp
     InsetSpace.cpp
@@ -1148,7 +1170,6 @@ intl_files = Split('''
 
 
 intl_extra_files = Split('''
-    VERSION
     config.charset
     libgnuintl.h.in
     locale.alias
@@ -1159,20 +1180,20 @@ intl_extra_files = Split('''
     ref-add.sin
     ref-del.sin
     vasnprintf.c
+    VERSION
 ''')
 
 
 config_extra_files = Split('''
-    Makefile.am
     common.am
     config.guess
     config.rpath
     config.sub
     depcomp
     install-sh
-    libtool.m4
     ltmain.sh
     lyxinclude.m4
+    Makefile.am
     missing
     mkinstalldirs
     pkg.m4
@@ -1189,12 +1210,6 @@ sourcedoc_extra_files = Split('''
 
 
 po_extra_files = Split('''
-    LINGUAS
-    Makefile.in.in
-    Makevars
-    POTFILES.in
-    README
-    Rules-quot
     ar.po
     bg.po
     boldquot.sed
@@ -1204,6 +1219,7 @@ po_extra_files = Split('''
     de.po
     en@boldquot.header
     en@quot.header
+    el.po
     en.po
     es.po
     eu.po
@@ -1217,18 +1233,24 @@ po_extra_files = Split('''
     it.po
     ja.po
     ko.po
+    LINGUAS
     lyx_pot.py
+    Makefile.in.in
+    Makevars
     nb.po
     nl.po
     nn.po
     pl.po
     pocheck.pl
+    POTFILES.in
     postats.sh
     pt.po
     quot.sed
+    README
     remove-potcdate.sin
     ro.po
     ru.po
+    Rules-quot
     sk.po
     sl.po
     sv.po
@@ -1241,9 +1263,9 @@ po_extra_files = Split('''
 
 
 lib_files = Split('''
-    CREDITS
     chkconfig.ltx
     configure.py
+    CREDITS
     encodings
     external_templates
     languages
@@ -1254,10 +1276,10 @@ lib_files = Split('''
 
 
 lib_extra_files = Split('''
-    Makefile.am
     autocorrect
     build-listerrors
     generate_contributions.py
+    Makefile.am
 ''')
 
 
@@ -1309,6 +1331,7 @@ lib_templates_files = Split('''
     aastex.lyx
     ACM-siggraph.lyx
     ACM-sigplan.lyx
+    AEA.lyx
     agu_article.lyx
     apa.lyx
     beamer-conference-ornate-20min.lyx
@@ -1316,6 +1339,7 @@ lib_templates_files = Split('''
     dinbrief.lyx
     docbook_article.lyx
     elsarticle.lyx
+    es_beamer-conference-ornate-20min.lyx
     fr_beamer-conference-ornate-20min.lyx
     g-brief-de.lyx
     g-brief-en.lyx
@@ -1334,6 +1358,22 @@ lib_templates_files = Split('''
     revtex.lyx
     revtex4.lyx
     slides.lyx
+    svjour3.lyx
+    svmono_book.lyx
+    svmult_appendix.lyx
+    svmult_author.lyx
+    svmult_editor.lyx
+''')
+
+
+lib_templates_thesis_files = Split('''
+    Acknowledgments.lyx
+    alpha.bst
+    chapter-1.lyx
+    chapter-2.lyx
+    Summary.lyx
+    thesis.lyx
+    thesisExample.bib
 ''')
 
 
@@ -1348,7 +1388,6 @@ lib_ui_files = Split('''
 
 lib_fonts_files = Split('''
     BaKoMaFontLicense.txt
-    ReadmeBaKoMa4LyX.txt
     cmex10.ttf
     cmmi10.ttf
     cmr10.ttf
@@ -1357,6 +1396,7 @@ lib_fonts_files = Split('''
     eufm10.ttf
     msam10.ttf
     msbm10.ttf
+    ReadmeBaKoMa4LyX.txt
     wasy10.ttf
 ''')
 
@@ -1383,6 +1423,7 @@ lib_images_files = Split('''
     buffer-export_text.png
     buffer-new.png
     buffer-reload.png
+    buffer-toggle-output-sync.png
     buffer-update.png
     buffer-update_dvi.png
     buffer-update_pdf.png
@@ -1424,6 +1465,8 @@ lib_images_files = Split('''
     dialog-show_mathmatrix.png
     dialog-show_print.png
     dialog-show_spellchecker.png
+    dialog-show_vclog.png
+    dialog-toggle_findreplaceadv.png
     dialog-toggle_toc.png
     down.png
     ert-insert.png
@@ -1439,6 +1482,7 @@ lib_images_files = Split('''
     href-insert.png
     hidetab.png
     index-insert.png
+    info-insert_buffer_vcs-revision.png
     label-insert.png
     layout-document.png
     layout-paragraph.png
@@ -1452,11 +1496,6 @@ lib_images_files = Split('''
     layout_Section.png
     lyx-quit.png
     lyx.png
-    vc-check-in.png
-    vc-check-out.png
-    dialog-show_vclog.png
-    vc-register.png
-    vc-revert.png
     marginalnote-insert.png
     master-buffer-update.png
     master-buffer-view.png
@@ -1489,14 +1528,19 @@ lib_images_files = Split('''
     split-view_horizontal.png
     split-view_vertical.png
     standard.png
+    tabular-feature_align-decimal.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
     tabular-feature_set-border-lines.png
     tabular-feature_set-longtabular.png
@@ -1509,9 +1553,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
@@ -1520,28 +1561,29 @@ lib_images_files = Split('''
     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_extra_files = Split('''
-    README
     font-smallcaps.png
+    README
 ''')
 
 
 lib_images_math_files = Split('''
-    Bbbk.png
-    Finv.png
-    Game.png
-    Im.png
-    Lleftarrow.png
-    Lsh.png
-    Re.png
-    Rrightarrow.png
-    Rsh.png
-    Vvdash.png
     acute.png
+    adots.png
     aleph.png
     alpha.png
     amalg.png
@@ -1557,6 +1599,7 @@ lib_images_math_files = Split('''
     bar.png
     bars.png
     barwedge.png
+    Bbbk.png
     because.png
     beta.png
     beth.png
@@ -1624,6 +1667,8 @@ lib_images_math_files = Split('''
     dashrightarrow.png
     dashv.png
     ddagger.png
+    ddddot.png
+    dddot.png
     ddot.png
     ddots.png
     delim.png
@@ -1632,6 +1677,7 @@ lib_images_math_files = Split('''
     diagdown.png
     diagup.png
     diamond.png
+    diamond2.png
     diamondsuit.png
     digamma.png
     div.png
@@ -1664,6 +1710,7 @@ lib_images_math_files = Split('''
     fallingdotseq.png
     fint.png
     fintop.png
+    Finv.png
     flat.png
     font.png
     forall.png
@@ -1671,6 +1718,7 @@ lib_images_math_files = Split('''
     frac.png
     frown.png
     functions.png
+    Game.png
     gamma.png
     gamma2.png
     geq.png
@@ -1698,12 +1746,14 @@ lib_images_math_files = Split('''
     hookrightarrow.png
     hphantom.png
     hslash.png
+    iddots.png
     iiiint.png
     iiiintop.png
     iiint.png
     iiintop.png
     iint.png
     iintop.png
+    Im.png
     imath.png
     in.png
     infty.png
@@ -1752,6 +1802,7 @@ lib_images_math_files = Split('''
     lfloor_rfloor.png
     ll.png
     llcorner.png
+    Lleftarrow.png
     lll.png
     lnapprox.png
     lneq.png
@@ -1770,6 +1821,7 @@ lib_images_math_files = Split('''
     lparen.png
     lparen_rparen.png
     lrcorner.png
+    Lsh.png
     ltimes.png
     lvertneqq.png
     mapsto.png
@@ -1884,6 +1936,7 @@ lib_images_math_files = Split('''
     rbrace.png
     rbracket.png
     rceil.png
+    Re.png
     rfloor.png
     rho.png
     rightarrow.png
@@ -1899,6 +1952,8 @@ lib_images_math_files = Split('''
     risingdotseq.png
     root.png
     rparen.png
+    Rrightarrow.png
+    Rsh.png
     rtimes.png
     searrow.png
     setminus.png
@@ -1987,7 +2042,6 @@ lib_images_math_files = Split('''
     underset.png
     uparrow.png
     uparrow2.png
-    update-others.png
     updownarrow.png
     updownarrow2.png
     upharpoonleft.png
@@ -2022,8 +2076,8 @@ lib_images_math_files = Split('''
     veebar.png
     vert.png
     vert2.png
-    view-others.png
     vphantom.png
+    Vvdash.png
     wedge.png
     widehat.png
     widetilde.png
@@ -2078,12 +2132,11 @@ lib_tex_files = Split('''
 
 lib_doc_files = Split('''
     Customization.lyx
-    DocStyle.lyx
     DummyDocument1.lyx
     DummyDocument2.lyx
     DummyTextDocument.txt
     EmbeddedObjects.lyx
-    Extended.lyx
+    Additional.lyx
     Formula-numbering.lyx
     Intro.lyx
     LaTeXConfig.lyx
@@ -2107,20 +2160,17 @@ lib_doc_clipart_files = Split('''
     ChangesToolbar.png
     ChildDocumentQt4.png
     CommentNoteImageQt4.png
+    endnotes.pdf
     ERT.png
+    escher-lsd.eps
     ExternalMaterialQt4.png
     ExtraToolbar.png
-    GreyedOutNoteImageQt4.png
-    LaTeX.png
-    LyXNoteImageQt4.png
-    SpaceMarker.png
-    StandardToolbar.png
-    ToolbarEnvBox.png
-    endnotes.pdf
-    escher-lsd.eps
     floatQt4.png
     footnoteQt4.png
+    GreyedOutNoteImageQt4.png
     labelQt4.png
+    LaTeX.png
+    LyXNoteImageQt4.png
     macrobox.png
     MacroToolbar.png
     macrouse.png
@@ -2128,6 +2178,9 @@ lib_doc_clipart_files = Split('''
     mobius.eps
     platypus.eps
     referenceQt4.png
+    SpaceMarker.png
+    StandardToolbar.png
+    ToolbarEnvBox.png
     ViewToolbar.png
     with_fntright.pdf
     without_fntright.pdf
@@ -2156,7 +2209,7 @@ lib_doc_de_files = Split('''
     DummyDocument2.lyx
     DummyTextDocument.txt
     EmbeddedObjects.lyx
-    Extended.lyx
+    Additional.lyx
     Formelnummerierung.lyx
     Intro.lyx
     Math.lyx
@@ -2186,13 +2239,18 @@ lib_doc_da_files = Split('''
 ''')
 
 
+lib_doc_el_files = Split('''
+    Intro.lyx
+''')
+
+
 lib_doc_es_files = Split('''
     Customization.lyx
     DocumentoPostizo1.lyx
     DocumentoPostizo2.lyx
     DocumentoTextoPostizo.txt
     EmbeddedObjects.lyx
-    Extended.lyx
+    Additional.lyx
     Formula-numbering.lyx
     Intro.lyx
     Math.lyx
@@ -2206,22 +2264,22 @@ lib_doc_es_clipart_files = Split('''
     ComentNotaImagenQt4.png
     CuadroMinipagQt4.png
     DocumentoHijoQt4.png
-    GrisNotaImagenQt4.png
-    MaterialExternoQt4.png
-    NotaLyXImagenQt4.png
-    Resumen.pdf
     es_ERT.png
     es_ToolbarEnvBox.png
     etiquetaQt4.png
     flotanteQt4.png
+    GrisNotaImagenQt4.png
+    MaterialExternoQt4.png
+    NotaLyXImagenQt4.png
     notapieQt4.png
     referenciaQt4.png
+    Resumen.pdf
 ''')
 
 
 lib_doc_eu_files = Split('''
     Customization.lyx
-    Extended.lyx
+    Additional.lyx
     Intro.lyx
     Tutorial.lyx
     UserGuide.lyx
@@ -2234,7 +2292,7 @@ lib_doc_fr_files = Split('''
     DocumentBidon2.lyx
     DocumentTexteBidon.txt
     EmbeddedObjects.lyx
-    Extended.lyx
+    Additional.lyx
     Formula-numbering.lyx
     Intro.lyx
     Math.lyx
@@ -2248,11 +2306,11 @@ lib_doc_fr_clipart_files = Split('''
     BoxInsetDefaultQt4.png
     ChildDocumentQt4.png
     CommentNoteImageQt4.png
-    GreyedOutNoteImageQt4.png
-    LyXNoteImageQt4.png
     floatQt4.png
     footnoteQt4.png
+    GreyedOutNoteImageQt4.png
     labelQt4.png
+    LyXNoteImageQt4.png    
 ''')
 
 
@@ -2302,7 +2360,12 @@ lib_doc_it_clipart_files = Split('''
 
 
 lib_doc_ja_files = Split('''
-    Extended.lyx
+    Additional.lyx
+    Customization.lyx
+    DummyDocument1.lyx
+    DummyDocument2.lyx
+    EmbeddedObjects.lyx
+    Formula-numbering.lyx
     Intro.lyx
     LaTeXConfig.lyx
     Math.lyx
@@ -2313,10 +2376,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
 ''')
 
@@ -2333,7 +2398,7 @@ lib_doc_nl_files = Split('''
 
 
 lib_doc_pl_files = Split('''
-    Extended.lyx
+    Additional.lyx
     Intro.lyx
     Tutorial.lyx
 ''')
@@ -2385,6 +2450,12 @@ lib_doc_uk_clipart_files = Split('''
 ''')
 
 
+lib_doc_zhCN_files = Split('''
+    Intro.lyx
+    Tutorial.lyx
+''')
+
+
 lib_examples_files = Split('''
     aa_sample.lyx
     aas_sample.lyx
@@ -2437,6 +2508,8 @@ lib_examples_files = Split('''
     simplecv.lyx
     splash.lyx
     sweave.lyx
+    tufte-book.lyx
+    tufte-handout.lyx
     xyfigure.png
     xypic.lyx
 ''')
@@ -2472,34 +2545,49 @@ lib_examples_de_files = Split('''
     serienbrief2.lyx
     serienbrief3.lyx
     splash.lyx
+    tufte-handout.lyx
 ''')
 
 
-lib_examples_fa_files = Split('''
+lib_examples_el_files = Split('''
     splash.lyx
 ''')
 
 
-lib_examples_fr_files = Split('''
-    AlignementDecimal.lyx
-    Foils.lyx
-    ListesPuces.lyx
-    exemple_brut.lyx
-    exemple_lyxifie.lyx
+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
-    simplecv.lyx
     splash.lyx
+    tufte-book.lyx
+    tufte-handout.lyx
 ''')
 
 
-lib_examples_es_files = Split('''
+lib_examples_fa_files = Split('''
+    splash.lyx
+''')
+
+
+lib_examples_fr_files = Split('''
+    AlignementDecimal.lyx
     Braille.lyx
-    ejemplo_con_lyx.lyx
-    ejemplo_sin_lyx.lyx
-    ItemizeBullets.lyx
+    exemple_brut.lyx
+    exemple_lyxifie.lyx
+    exemple-powerdot.lyx
+    Foils.lyx
     linguistics.lyx
+    ListesPuces.lyx
     multicol.lyx
+    seminar.lyx
+    simplecv.lyx
     splash.lyx
+    xyfigure.png
+    xypic.lyx
 ''')
 
 
@@ -2544,7 +2632,11 @@ lib_examples_it_files = Split('''
 
 lib_examples_ja_files = Split('''
     Braille.lyx
+    linguistics.lyx
+    multicol.lyx
     splash.lyx
+    xyfigure.png
+    xypic.lyx
 ''')
 
 
@@ -2584,14 +2676,19 @@ lib_examples_sl_files = Split('''
 ''')
 
 
+lib_examples_sk_files = Split('''
+    splash.lyx
+''')
+
+
 lib_examples_uk_files = Split('''
     splash.lyx
 ''')
 
 
 lib_lyx2lyx_files = Split('''
-    LyX.py
     generate_encoding_info.py
+    LyX.py
     lyx2lyx
     lyx2lyx_lang.py
     lyx_0_06.py
@@ -2616,8 +2713,8 @@ lib_lyx2lyx_files = Split('''
 
 
 lib_lyx2lyx_extra_files = Split('''
-    Makefile.am
     lyx2lyx_version.py.in
+    Makefile.am
 ''')
 
 
@@ -2627,6 +2724,7 @@ lib_layouts_files = Split('''
     aastex.layout
     achemso.layout
     acmsiggraph.layout
+    AEA.layout
     agu-dtd.layout
     agums.layout
     amsart.layout
@@ -2646,6 +2744,7 @@ lib_layouts_files = Split('''
     docbook-chapter.layout
     docbook-section.layout
     docbook.layout
+    doublecol-new.layout
     dtk.layout
     egs.layout
     elsart.layout
@@ -2657,8 +2756,7 @@ lib_layouts_files = Split('''
     extletter.layout
     extreport.layout
     foils.layout
-    g-brief-de.layout
-    g-brief-en.layout
+    g-brief.layout
     g-brief2.layout
     heb-article.layout
     heb-letter.layout
@@ -2705,15 +2803,20 @@ lib_layouts_files = Split('''
     sigplanconf.layout
     simplecv.layout
     singlecol.layout
+    singlecol-new.layout
     slides.layout
     spie.layout
     svglobal.layout
     svglobal3.layout
     svjog.layout
+    svmono.layout
+    svmult.layout
     svprobth.layout
     tarticle.layout
     tbook.layout
     treport.layout
+    tufte-book.layout
+    tufte-handout.layout
 ''')
 
 
@@ -2743,6 +2846,7 @@ lib_layouts_inc_files = Split('''
     numrevtex.inc
     scrclass.inc
     stdcharstyles.inc
+    stdciteformats.inc
     stdclass.inc
     stdcounters.inc
     stdcustom.inc
@@ -2751,6 +2855,7 @@ lib_layouts_inc_files = Split('''
     stdlayouts.inc
     stdletter.inc
     stdlists.inc
+    stdrefprefix.inc
     stdsections.inc
     stdstarsections.inc
     stdstruct.inc
@@ -2758,8 +2863,11 @@ lib_layouts_inc_files = Split('''
     svjour.inc
     theorems.inc
     theorems-ams.inc
+    theorems-ams-bytype.inc
+    theorems-bytype.inc
     theorems-order.inc
     theorems-proof.inc
+    theorems-proof-std.inc
     theorems-starred.inc
     theorems-starred-equivalents.inc
 ''')
@@ -2768,23 +2876,32 @@ lib_layouts_inc_files = Split('''
 lib_layouts_module_files = Split('''
     braille.module
     endnotes.module
+    eqs-within-sections.module
+    figs-within-sections.module
     foottoend.module
     hanging.module
+    initials.module
     linguistics.module
     logicalmkup.module
     minimalistic.module
     noweb.module
     sweave.module
+    tabs-within-sections.module
+    theorems-ams-bytype.module
     theorems-ams-extended.module
+    theorems-ams-extended-bytype.module
     theorems-ams.module
+    theorems-bytype.module
+    theorems-chap-bytype.module
     theorems-chap.module
+    theorems-sec-bytype.module
     theorems-sec.module
     theorems-starred.module
     theorems-std.module
 ''')
 
 lib_scripts_files = Split('''
-    TeXFiles.py
+    bash_completion
     clean_dvi.py
     convertDefault.py
     csv2lyx.py
@@ -2800,6 +2917,7 @@ lib_scripts_files = Split('''
     lyxpreview2bitmap.py
     lyxpreview-platex2bitmap.py
     lyxpreview_tools.py
+    TeXFiles.py
     tex_copy.py
 ''')