]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
frletter: new layout and template file for the frletter class (for writing French...
[lyx.git] / development / scons / scons_manifest.py
index f5471d57745fb4cb4d55739500f08b3f5c5f43ae..321db06d94870ac6a5d8a010a92685da6a9dcb2d 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,24 +21,22 @@ 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
     Box.h
     BranchList.h
     Buffer.h
+    buffer_funcs.h
     BufferList.h
     BufferParams.h
     BufferView.h
@@ -44,7 +46,9 @@ src_header_files = Split('''
     Citation.h
     CmdDef.h
     Color.h
+    ColorSet.h
     ColorCode.h
+    Compare.h
     CompletionList.h
     Converter.h
     ConverterCache.h
@@ -57,9 +61,11 @@ src_header_files = Split('''
     Dimension.h
     DispatchResult.h
     DocIterator.h
+    EnchantChecker.h
     Encoding.h
     ErrorList.h
     Exporter.h
+    factory.h
     FloatList.h
     Floating.h
     Font.h
@@ -71,7 +77,9 @@ src_header_files = Split('''
     FuncRequest.h
     FuncStatus.h
     Graph.h
-    ISpell.h
+    HSpace.h
+    HunspellChecker.h
+    IndicesList.h
     InsetIterator.h
     InsetList.h
     Intl.h
@@ -83,17 +91,25 @@ src_header_files = Split('''
     Layout.h
     LayoutEnums.h
     LayoutFile.h
+    LayoutModuleList.h
     Length.h
     Lexer.h
     LyX.h
     LyXAction.h
-    LyXFunc.h
+    lyxfind.h
     LyXRC.h
     LyXVC.h
     MetricsInfo.h
     ModuleList.h
     Mover.h
+    output.h
+    output_docbook.h
+    output_latex.h
+    output_plaintext.h
+    output_xhtml.h
+    OutputEnums.h
     OutputParams.h
+    paper.h
     ParIterator.h
     Paragraph.h
     ParagraphList.h
@@ -101,14 +117,14 @@ src_header_files = Split('''
     ParagraphParameters.h
     PDFOptions.h
     PrinterParams.h
-    PSpell.h
     Row.h
-    Section.h
+    rowpainter.h
     Server.h
     ServerSocket.h
     Session.h
+    sgml.h
     Spacing.h
-    SpellBase.h
+    SpellChecker.h
     TexRow.h
     Text.h
     TextClass.h
@@ -117,23 +133,11 @@ src_header_files = Split('''
     TocBackend.h
     Trans.h
     Undo.h
+    update_flags.h
     VCBackend.h
     VSpace.h
-    Variables.h
-    WordLangTuple.h
-    buffer_funcs.h
-    factory.h
-    lyxfind.h
-    output.h
-    output_docbook.h
-    output_latex.h
-    output_plaintext.h
-    paper.h
-    paragraph_funcs.h
-    rowpainter.h
-    sgml.h
-    update_flags.h
     version.h
+    WordLangTuple.h
     WordList.h
 ''')
 
@@ -146,11 +150,13 @@ src_pre_files = Split('''
     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
@@ -163,6 +169,7 @@ src_pre_files = Split('''
     Encoding.cpp
     ErrorList.cpp
     Exporter.cpp
+    factory.cpp
     FloatList.cpp
     Floating.cpp
     Font.cpp
@@ -172,6 +179,8 @@ src_pre_files = Split('''
     FuncRequest.cpp
     FuncStatus.cpp
     Graph.cpp
+    HSpace.cpp
+    IndicesList.cpp
     InsetIterator.cpp
     InsetList.cpp
     Intl.cpp
@@ -182,25 +191,34 @@ src_pre_files = Split('''
     Language.cpp
     Layout.cpp
     LayoutFile.cpp
+    LayoutModuleList.cpp
     Length.cpp
+    lengthcommon.cpp
     Lexer.cpp
     LyX.cpp
     LyXAction.cpp
-    LyXFunc.cpp
+    lyxfind.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
     PDFOptions.cpp
     ParIterator.cpp
     Paragraph.cpp
     ParagraphMetrics.cpp
     ParagraphParameters.cpp
     Row.cpp
+    rowpainter.cpp
     Server.cpp
     ServerSocket.cpp
     Session.cpp
+    sgml.cpp
     Spacing.cpp
     TexRow.cpp
     Text.cpp
@@ -212,41 +230,28 @@ src_pre_files = Split('''
     Trans.cpp
     Undo.cpp
     VCBackend.cpp
-    VSpace.cpp
-    buffer_funcs.cpp
-    factory.cpp
-    lengthcommon.cpp
-    lyxfind.cpp
-    output.cpp
-    output_docbook.cpp
-    output_latex.cpp
-    output_plaintext.cpp
-    paragraph_funcs.cpp
-    rowpainter.cpp
-    sgml.cpp
     version.cpp
+    VSpace.cpp
     WordList.cpp
 ''')
 
 
 src_post_files = Split('''
     BiblioInfo.cpp
+    boost.cpp
     Box.cpp
     Dimension.cpp
     ModuleList.cpp
     PrinterParams.cpp
-    SpellBase.cpp
     Thesaurus.cpp
-    boost.cpp
 ''')
 
 
 src_extra_src_files = Split('''
-    ASpell.cpp
-    ISpell.cpp
-    PSpell.cpp
-    Section.cpp
-    Variables.cpp
+    AppleSpellChecker.cpp
+    AspellChecker.cpp
+    EnchantChecker.cpp
+    HunspellChecker.cpp
     main.cpp
 ''')
 
@@ -263,34 +268,22 @@ src_client_header_files = Split('''
 
 
 src_client_files = Split('''
-    Messages.cpp
     boost.cpp
     client.cpp
     gettext.cpp
+    Messages.cpp
 ''')
 
 
 src_client_extra_files = Split('''
+    lyxclient.1in
     Makefile.am
-    lyxclient.man
     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
-    Timeout.h
-    Translator.h
+    bind.h
     convert.h
     copied_ptr.h
     debug.h
@@ -298,8 +291,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
@@ -308,50 +305,63 @@ 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
+    mythes/mythes.hxx
 ''')
 
 
 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
 ''')
 
 
 src_support_extra_header_files = Split('''
-    
+    AppleSpeller.h
+    AppleSpeller.m
 ''')
 
 
@@ -367,6 +377,7 @@ src_support_extra_src_files = Split('''
 src_support_extra_files = Split('''
     Makefile.am
     pch.h
+    mythes/license.readme
 ''')
 
 
@@ -437,6 +448,7 @@ src_mathed_header_files = Split('''
     InsetMathComment.h
     InsetMathDecoration.h
     InsetMathDelim.h
+    InsetMathDiagram.h
     InsetMathDiff.h
     InsetMathDots.h
     InsetMathEnsureMath.h
@@ -509,6 +521,7 @@ src_mathed_files = Split('''
     InsetMathComment.cpp
     InsetMathDecoration.cpp
     InsetMathDelim.cpp
+    InsetMathDiagram.cpp
     InsetMathDiff.cpp
     InsetMathDots.cpp
     InsetMathEnsureMath.cpp
@@ -579,20 +592,16 @@ src_mathed_extra_files = Split('''
 
 src_tex2lyx_header_files = Split('''
     Context.h
-    Font.h
     Parser.h
-    Spacing.h
     tex2lyx.h
 ''')
 
 
 src_tex2lyx_files = Split('''
-    Context.cpp
-    Font.cpp
-    Parser.cpp
     boost.cpp
-    gettext.cpp
+    Context.cpp
     math.cpp
+    Parser.cpp
     preamble.cpp
     table.cpp
     tex2lyx.cpp
@@ -601,6 +610,7 @@ src_tex2lyx_files = Split('''
 
 
 src_tex2lyx_copied_header_files = Split('''
+    TextClass.h
     insets/InsetLayout.h
 ''')
 
@@ -608,40 +618,48 @@ src_tex2lyx_copied_header_files = Split('''
 src_tex2lyx_copied_files = Split('''
     Color.cpp
     Counters.cpp
+    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
-    lengthcommon.cpp
 ''')
 
 
 src_tex2lyx_extra_files = Split('''
     Makefile.am
     pch.h
-    test-insets.tex
-    test-structure.tex
-    test.ltx
-    tex2lyx.man
+    tex2lyx.1in
+    test/box-color-size-space-align.tex
+    test/DummyDocument.tex
+    test/foo.eps
+    test/foo.png
+    test/test-insets.tex
+    test/test.ltx
+    test/test-structure.tex
 ''')
 
 
 src_frontends_header_files = Split('''
+    alert.h
     Application.h
     Clipboard.h
     FontLoader.h
     FontMetrics.h
     KeyModifier.h
     KeySymbol.h
-    LyXView.h
+    mouse_state.h
     Painter.h
     Selection.h
     WorkArea.h
     WorkAreaManager.h
-    alert.h
-    mouse_state.h
 ''')
 
 
@@ -688,6 +706,7 @@ src_frontends_qt4_header_files = Split('''
     DockView.h
     EmptyTable.h
     FileDialog.h
+    FindAndReplace.h
     FloatPlacement.h
     GuiAbout.h
     GuiApplication.h
@@ -703,6 +722,8 @@ src_frontends_qt4_header_files = Split('''
     GuiClipboard.h
     GuiCommandBuffer.h
     GuiCommandEdit.h
+    GuiCompare.h
+    GuiCompareHistory.h
     GuiCompleter.h
     GuiDelimiter.h
     GuiDialog.h
@@ -710,7 +731,6 @@ src_frontends_qt4_header_files = Split('''
     GuiErrorList.h
     GuiERT.h
     GuiExternal.h
-    GuiFloat.h
     GuiFontExample.h
     GuiFontLoader.h
     GuiGraphics.h
@@ -720,9 +740,12 @@ src_frontends_qt4_header_files = Split('''
     GuiIdListModel.h
     GuiImage.h
     GuiInclude.h
+    GuiIndex.h
+    GuiIndices.h
     GuiInfo.h
     GuiKeySymbol.h
     GuiLabel.h
+    GuiLine.h
     GuiListings.h
     GuiLog.h
     GuiMathMatrix.h
@@ -730,8 +753,13 @@ src_frontends_qt4_header_files = Split('''
     GuiNote.h
     GuiPainter.h
     GuiParagraph.h
+    GuiPhantom.h
     GuiPrefs.h
     GuiPrint.h
+    GuiPrintindex.h
+    GuiPrintNomencl.h
+    GuiProgress.h
+    GuiProgressView.h
     GuiRef.h
     GuiSearch.h
     GuiSelection.h
@@ -754,17 +782,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
 ''')
 
 
@@ -777,6 +808,7 @@ src_frontends_qt4_files = Split('''
     ColorCache.cpp
     CustomizedWidgets.cpp
     EmptyTable.cpp
+    FindAndReplace.cpp
     FileDialog.cpp
     FloatPlacement.cpp
     GuiAbout.cpp
@@ -793,6 +825,8 @@ src_frontends_qt4_files = Split('''
     GuiClipboard.cpp
     GuiCommandBuffer.cpp
     GuiCommandEdit.cpp
+    GuiCompare.cpp
+    GuiCompareHistory.cpp
     GuiCompleter.cpp
     GuiDelimiter.cpp
     GuiDialog.cpp
@@ -800,7 +834,6 @@ src_frontends_qt4_files = Split('''
     GuiErrorList.cpp
     GuiERT.cpp
     GuiExternal.cpp
-    GuiFloat.cpp
     GuiFontExample.cpp
     GuiFontLoader.cpp
     GuiFontMetrics.cpp
@@ -810,9 +843,12 @@ src_frontends_qt4_files = Split('''
     GuiIdListModel.cpp 
     GuiImage.cpp
     GuiInclude.cpp
+    GuiIndex.cpp
+    GuiIndices.cpp
     GuiInfo.cpp
     GuiKeySymbol.cpp
     GuiLabel.cpp
+    GuiLine.cpp
     GuiListings.cpp
     GuiLog.cpp
     GuiMathMatrix.cpp
@@ -820,8 +856,13 @@ src_frontends_qt4_files = Split('''
     GuiNote.cpp
     GuiPainter.cpp
     GuiParagraph.cpp
+    GuiPhantom.cpp
     GuiPrefs.cpp
     GuiPrint.cpp
+    GuiPrintindex.cpp
+    GuiPrintNomencl.cpp
+    GuiProgress.cpp
+    GuiProgressView.cpp
     GuiRef.cpp
     GuiSearch.cpp
     GuiSelection.cpp
@@ -844,30 +885,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
@@ -875,43 +918,55 @@ 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
+    CompareHistoryUi.ui
     DelimiterUi.ui
     DocumentUi.ui
     ERTUi.ui
     ErrorListUi.ui
     ExternalUi.ui
+    FindAndReplaceUi.ui
     FloatPlacementUi.ui
-    FloatUi.ui
     FontUi.ui
     GraphicsUi.ui
     HSpaceUi.ui
     HyperlinkUi.ui
     IncludeUi.ui
+    IndexUi.ui
+    IndicesUi.ui
     InfoUi.ui
+    InsetParamsUi.ui
     LabelUi.ui
     LaTeXUi.ui
     LanguageUi.ui
+    LineUi.ui
     ListingsUi.ui
+    ListingsSettingsUi.ui
+    LocalLayoutUi.ui
     LogUi.ui
     MarginsUi.ui
+    MasterChildUi.ui
     MathMatrixUi.ui
     MathsUi.ui
     ModulesUi.ui
     NomenclUi.ui
     NoteUi.ui
     NumberingUi.ui
+    OutputUi.ui
     PageLayoutUi.ui
     ParagraphUi.ui
     PDFSupportUi.ui
+    PhantomUi.ui
     PreambleUi.ui
     PrefColorsUi.ui
     PrefCompletionUi.ui
     PrefConvertersUi.ui
-    PrefDateUi.ui
     PrefDisplayUi.ui
     PrefEditUi.ui
     PrefFileformatsUi.ui
@@ -919,8 +974,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
@@ -928,6 +983,9 @@ src_frontends_qt4_ui_files = Split('''
     PrefUi.ui
     PrefsUi.ui
     PrintUi.ui
+    PrintindexUi.ui
+    PrintNomenclUi.ui
+    ProgressViewUi.ui
     RefUi.ui
     SearchUi.ui
     SendtoUi.ui
@@ -941,6 +999,7 @@ src_frontends_qt4_ui_files = Split('''
     TextLayoutUi.ui
     ThesaurusUi.ui
     TocUi.ui
+    ToggleWarningUi.ui
     VSpaceUi.ui
     ViewSourceUi.ui
     WrapUi.ui
@@ -948,8 +1007,7 @@ src_frontends_qt4_ui_files = Split('''
 
 
 src_frontends_qt4_ui_extra_files = Split('''
-    Makefile.am
-    compile_uic.sh
+    Makefile.am    
 ''')
 
 
@@ -958,6 +1016,7 @@ src_insets_header_files = Split('''
     ExternalTemplate.h
     ExternalTransforms.h
     Inset.h
+    InsetArgument.h
     InsetBibitem.h
     InsetBibtex.h
     InsetBox.h
@@ -991,7 +1050,8 @@ src_insets_header_files = Split('''
     InsetNewpage.h
     InsetNomencl.h
     InsetNote.h
-    InsetOptArg.h
+    InsetPhantom.h
+    InsetPreview.h
     InsetQuotes.h
     InsetRef.h
     InsetSpace.h
@@ -1013,6 +1073,7 @@ src_insets_files = Split('''
     ExternalTemplate.cpp
     ExternalTransforms.cpp
     Inset.cpp
+    InsetArgument.cpp
     InsetBibitem.cpp
     InsetBibtex.cpp
     InsetBox.cpp
@@ -1045,7 +1106,8 @@ src_insets_files = Split('''
     InsetNewpage.cpp
     InsetNomencl.cpp
     InsetNote.cpp
-    InsetOptArg.cpp
+    InsetPhantom.cpp
+    InsetPreview.cpp
     InsetQuotes.cpp
     InsetRef.cpp
     InsetSpace.cpp
@@ -1115,7 +1177,6 @@ intl_files = Split('''
 
 
 intl_extra_files = Split('''
-    VERSION
     config.charset
     libgnuintl.h.in
     locale.alias
@@ -1126,20 +1187,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
@@ -1156,12 +1217,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
@@ -1171,6 +1226,7 @@ po_extra_files = Split('''
     de.po
     en@boldquot.header
     en@quot.header
+    el.po
     en.po
     es.po
     eu.po
@@ -1180,21 +1236,28 @@ po_extra_files = Split('''
     he.po
     hu.po
     insert-header.sin
+    id.po
     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
@@ -1207,9 +1270,9 @@ po_extra_files = Split('''
 
 
 lib_files = Split('''
-    CREDITS
     chkconfig.ltx
     configure.py
+    CREDITS
     encodings
     external_templates
     languages
@@ -1220,10 +1283,10 @@ lib_files = Split('''
 
 
 lib_extra_files = Split('''
-    Makefile.am
     autocorrect
     build-listerrors
     generate_contributions.py
+    Makefile.am
 ''')
 
 
@@ -1273,15 +1336,21 @@ lib_kbd_files = Split('''
 lib_templates_files = Split('''
     aa.lyx
     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
@@ -1299,6 +1368,23 @@ 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
+    Appendix.lyx
+    alpha.bst
+    chapter-1.lyx
+    chapter-2.lyx
+    Summary.lyx
+    thesis.lyx
+    thesisExample.bib
 ''')
 
 
@@ -1313,7 +1399,6 @@ lib_ui_files = Split('''
 
 lib_fonts_files = Split('''
     BaKoMaFontLicense.txt
-    ReadmeBaKoMa4LyX.txt
     cmex10.ttf
     cmmi10.ttf
     cmr10.ttf
@@ -1322,6 +1407,8 @@ lib_fonts_files = Split('''
     eufm10.ttf
     msam10.ttf
     msbm10.ttf
+    ReadmeBaKoMa4LyX.txt
+    rsfs10.ttf
     wasy10.ttf
 ''')
 
@@ -1332,22 +1419,36 @@ lib_images_files = Split('''
     amssymb.png
     banner.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_latex.png
+    buffer-export_pdf.png
     buffer-export_pdf2.png
+    buffer-export_pdf3.png
+    buffer-export_pdf4.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_pdf.png
     buffer-update_pdf2.png
+    buffer-update_pdf3.png
+    buffer-update_pdf4.png
     buffer-update_ps.png
+    buffer-view.png
     buffer-view_dvi.png
+    buffer-view_pdf.png
     buffer-view_pdf2.png
+    buffer-view_pdf3.png
+    buffer-view_pdf4.png
     buffer-view_ps.png
     buffer-write-as.png
     buffer-write.png
@@ -1376,6 +1477,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
@@ -1391,6 +1494,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
@@ -1404,12 +1508,9 @@ 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
     math-display.png
     math-macro-add-greedy-optional-param.png
     math-macro-add-optional-param.png
@@ -1439,28 +1540,31 @@ lib_images_files = Split('''
     split-view_horizontal.png
     split-view_vertical.png
     standard.png
-    tabular-feature_align-center.png
-    tabular-feature_align-left.png
-    tabular-feature_align-right.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
     tabular-feature_set-rotate-cell.png
-    tabular-feature_toggle-rotate-cell.png
     tabular-feature_set-rotate-tabular.png
-    tabular-feature_toggle-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-feature_valign-bottom.png
-    tabular-feature_valign-middle.png
-    tabular-feature_valign-top.png
     tabular-insert.png
     thesaurus-entry.png
     toolbar-toggle_math.png
@@ -1469,28 +1573,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
@@ -1506,6 +1611,7 @@ lib_images_math_files = Split('''
     bar.png
     bars.png
     barwedge.png
+    Bbbk.png
     because.png
     beta.png
     beth.png
@@ -1573,6 +1679,8 @@ lib_images_math_files = Split('''
     dashrightarrow.png
     dashv.png
     ddagger.png
+    ddddot.png
+    dddot.png
     ddot.png
     ddots.png
     delim.png
@@ -1581,6 +1689,7 @@ lib_images_math_files = Split('''
     diagdown.png
     diagup.png
     diamond.png
+    diamond2.png
     diamondsuit.png
     digamma.png
     div.png
@@ -1609,7 +1718,11 @@ lib_images_math_files = Split('''
     eta.png
     eth.png
     exists.png
+    export-others.png
     fallingdotseq.png
+    fint.png
+    fintop.png
+    Finv.png
     flat.png
     font.png
     forall.png
@@ -1617,6 +1730,7 @@ lib_images_math_files = Split('''
     frac.png
     frown.png
     functions.png
+    Game.png
     gamma.png
     gamma2.png
     geq.png
@@ -1644,12 +1758,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
@@ -1661,6 +1777,10 @@ lib_images_math_files = Split('''
     kappa.png
     lambda.png
     lambda2.png
+    landdownint.png
+    landdownintop.png
+    landupint.png
+    landupintop.png
     langle.png
     lbrace.png
     lbrace_rbrace.png
@@ -1694,6 +1814,7 @@ lib_images_math_files = Split('''
     lfloor_rfloor.png
     ll.png
     llcorner.png
+    Lleftarrow.png
     lll.png
     lnapprox.png
     lneq.png
@@ -1712,6 +1833,7 @@ lib_images_math_files = Split('''
     lparen.png
     lparen_rparen.png
     lrcorner.png
+    Lsh.png
     ltimes.png
     lvertneqq.png
     mapsto.png
@@ -1826,6 +1948,7 @@ lib_images_math_files = Split('''
     rbrace.png
     rbracket.png
     rceil.png
+    Re.png
     rfloor.png
     rho.png
     rightarrow.png
@@ -1841,6 +1964,8 @@ lib_images_math_files = Split('''
     risingdotseq.png
     root.png
     rparen.png
+    Rrightarrow.png
+    Rsh.png
     rtimes.png
     searrow.png
     setminus.png
@@ -1964,6 +2089,7 @@ lib_images_math_files = Split('''
     vert.png
     vert2.png
     vphantom.png
+    Vvdash.png
     wedge.png
     widehat.png
     widetilde.png
@@ -2018,12 +2144,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
@@ -2047,26 +2172,27 @@ 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
     mbox.png
     mobius.eps
     platypus.eps
     referenceQt4.png
+    SpaceMarker.png
+    StandardToolbar.png
+    ToolbarEnvBox.png
     ViewToolbar.png
     with_fntright.pdf
     without_fntright.pdf
@@ -2075,10 +2201,7 @@ lib_doc_clipart_files = Split('''
 
 lib_doc_extra_files = Split('''
     Makefile.am
-    Makefile.depend
     README.Documentation
-    depend.py
-    doc_toc.py
 ''')
 
 
@@ -2098,7 +2221,7 @@ lib_doc_de_files = Split('''
     DummyDocument2.lyx
     DummyTextDocument.txt
     EmbeddedObjects.lyx
-    Extended.lyx
+    Additional.lyx
     Formelnummerierung.lyx
     Intro.lyx
     Math.lyx
@@ -2128,12 +2251,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
@@ -2147,22 +2276,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
@@ -2175,10 +2304,11 @@ lib_doc_fr_files = Split('''
     DocumentBidon2.lyx
     DocumentTexteBidon.txt
     EmbeddedObjects.lyx
-    Extended.lyx
+    Additional.lyx
     Formula-numbering.lyx
     Intro.lyx
     Math.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2188,15 +2318,15 @@ 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    
 ''')
 
 
-lib_doc_gl_extra_files = Split('''
+lib_doc_gl_files = Split('''
     Intro.lyx
     Tutorial.lyx
 ''')
@@ -2214,6 +2344,19 @@ lib_doc_hu_files = Split('''
 ''')
 
 
+lib_doc_id_files = Split('''
+    Intro.lyx
+    Tutorial.lyx
+''')
+
+
+lib_doc_id_clipart_files = Split('''
+    id-contrib.png
+    id-footnote.png
+    id-lingkungan.png
+''')
+
+
 lib_doc_it_files = Split('''
     Customization.lyx
     Intro.lyx
@@ -2229,8 +2372,15 @@ 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
     Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
@@ -2238,10 +2388,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
 ''')
 
@@ -2258,7 +2410,7 @@ lib_doc_nl_files = Split('''
 
 
 lib_doc_pl_files = Split('''
-    Extended.lyx
+    Additional.lyx
     Intro.lyx
     Tutorial.lyx
 ''')
@@ -2288,6 +2440,7 @@ lib_doc_sl_files = Split('''
 
 
 lib_doc_sk_files = Split('''
+    Intro.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2309,15 +2462,16 @@ lib_doc_uk_clipart_files = Split('''
 ''')
 
 
+lib_doc_zhCN_files = Split('''
+    Intro.lyx
+    Tutorial.lyx
+''')
+
+
 lib_examples_files = Split('''
-    Braille.lyx
-    CV-image.eps
-    CV-image.png
-    Foils.lyx
-    ItemizeBullets.lyx
-    Literate.lyx
     aa_sample.lyx
     aas_sample.lyx
+    achemso.lyx
     addressExample.adr
     amsart-test.lyx
     amsbook-test.lyx
@@ -2335,22 +2489,31 @@ lib_examples_files = Split('''
     beamer-knight4.png
     beamerlyxexample1.lyx
     biblioExample.bib
+    Braille.lyx
     chess-article.lyx
     chessgame.lyx
+    CV-image.eps
+    CV-image.png
     docbook_article.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
     modernCV.lyx
     multicol.lyx
     noweb2lyx.lyx
     powerdot-example.lyx
+    recipebook.lyx
     script_form.lyx
     seminar.lyx
     serial_letter1.lyx
@@ -2358,6 +2521,9 @@ lib_examples_files = Split('''
     serial_letter3.lyx
     simplecv.lyx
     splash.lyx
+    sweave.lyx
+    tufte-book.lyx
+    tufte-handout.lyx
     xyfigure.png
     xypic.lyx
 ''')
@@ -2381,16 +2547,38 @@ lib_examples_da_files = Split('''
 
 
 lib_examples_de_files = Split('''
+    beispiel_gelyxt.lyx
+    beispiel_roh.lyx
+    Braille.lyx
     Dezimal.lyx
     ItemizeBullets.lyx
     Lebenslauf.lyx
-    beispiel_gelyxt.lyx
-    beispiel_roh.lyx
+    linguistics.lyx
     multicol.lyx
     serienbrief1.lyx
     serienbrief2.lyx
     serienbrief3.lyx
     splash.lyx
+    tufte-handout.lyx
+''')
+
+
+lib_examples_el_files = Split('''
+    splash.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
+    splash.lyx
+    tufte-book.lyx
+    tufte-handout.lyx
 ''')
 
 
@@ -2401,21 +2589,19 @@ lib_examples_fa_files = Split('''
 
 lib_examples_fr_files = Split('''
     AlignementDecimal.lyx
-    Foils.lyx
-    ListesPuces.lyx
+    Braille.lyx
     exemple_brut.lyx
     exemple_lyxifie.lyx
+    exemple-powerdot.lyx
+    Foils.lyx
+    linguistics.lyx
+    ListesPuces.lyx
     multicol.lyx
+    seminar.lyx
     simplecv.lyx
     splash.lyx
-''')
-
-
-lib_examples_es_files = Split('''
-    ItemizeBullets.lyx
-    ejemplo_con_lyx.lyx
-    ejemplo_sin_lyx.lyx
-    splash.lyx
+    xyfigure.png
+    xypic.lyx
 ''')
 
 
@@ -2426,7 +2612,7 @@ lib_examples_eu_files = Split('''
 ''')
 
 
-lib_examples_gl_extra_files = Split('''
+lib_examples_gl_files = Split('''
     exemplo_bruto.lyx
     exemplo_lyxificado.lyx
     splash.lyx
@@ -2447,6 +2633,11 @@ lib_examples_hu_files = Split('''
 ''')
 
 
+lib_examples_id_files = Split('''
+    splash.lyx
+''')
+
+
 lib_examples_it_files = Split('''
     ItemizeBullets.lyx
     splash.lyx
@@ -2454,7 +2645,12 @@ lib_examples_it_files = Split('''
 
 
 lib_examples_ja_files = Split('''
+    Braille.lyx
+    linguistics.lyx
+    multicol.lyx
     splash.lyx
+    xyfigure.png
+    xypic.lyx
 ''')
 
 
@@ -2494,9 +2690,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
@@ -2513,6 +2719,7 @@ lib_lyx2lyx_files = Split('''
     lyx_1_4.py
     lyx_1_5.py
     lyx_1_6.py
+    lyx_2_0.py
     parser_tools.py
     profiling.py
     test_parser_tools.py
@@ -2520,8 +2727,8 @@ lib_lyx2lyx_files = Split('''
 
 
 lib_lyx2lyx_extra_files = Split('''
-    Makefile.am
     lyx2lyx_version.py.in
+    Makefile.am
 ''')
 
 
@@ -2529,6 +2736,10 @@ lib_layouts_files = Split('''
     aa.layout
     aapaper.layout
     aastex.layout
+    achemso.layout
+    acmsiggraph.layout
+    AEA.layout
+    agutex.layout
     agu-dtd.layout
     agums.layout
     amsart.layout
@@ -2543,12 +2754,15 @@ lib_layouts_files = Split('''
     broadway.layout
     chess.layout
     cl2emult.layout
+    customHeadersFooters.module
     dinbrief.layout
     docbook-book.layout
     docbook-chapter.layout
     docbook-section.layout
     docbook.layout
+    doublecol-new.layout
     dtk.layout
+    ectaart.layout
     egs.layout
     elsart.layout
     elsarticle.layout
@@ -2559,8 +2773,8 @@ lib_layouts_files = Split('''
     extletter.layout
     extreport.layout
     foils.layout
-    g-brief-de.layout
-    g-brief-en.layout
+    frletter.layout
+    g-brief.layout
     g-brief2.layout
     heb-article.layout
     heb-letter.layout
@@ -2585,7 +2799,6 @@ lib_layouts_files = Split('''
     literate-report.layout
     llncs.layout
     ltugboat.layout
-    manpage.layout
     memoir.layout
     moderncv.layout
     mwart.layout
@@ -2593,6 +2806,7 @@ lib_layouts_files = Split('''
     mwrep.layout
     paper.layout
     powerdot.layout
+    recipebook.layout
     report.layout
     revtex.layout
     revtex4.layout
@@ -2607,15 +2821,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
 ''')
 
 
@@ -2645,6 +2864,7 @@ lib_layouts_inc_files = Split('''
     numrevtex.inc
     scrclass.inc
     stdcharstyles.inc
+    stdciteformats.inc
     stdclass.inc
     stdcounters.inc
     stdcustom.inc
@@ -2653,6 +2873,7 @@ lib_layouts_inc_files = Split('''
     stdlayouts.inc
     stdletter.inc
     stdlists.inc
+    stdrefprefix.inc
     stdsections.inc
     stdstarsections.inc
     stdstruct.inc
@@ -2660,8 +2881,12 @@ 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-refprefix.inc
     theorems-starred.inc
     theorems-starred-equivalents.inc
 ''')
@@ -2670,21 +2895,33 @@ 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
+    lilypond.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
@@ -2698,8 +2935,13 @@ lib_scripts_files = Split('''
     legacy_lyxpreview2ppm.py
     listerrors
     lyxpreview2bitmap.py
+    lyxpreview-lytex2bitmap.py
     lyxpreview-platex2bitmap.py
     lyxpreview_tools.py
+    prefs2prefs.py
+    prefs2prefs_lfuns.py
+    prefs2prefs_prefs.py
+    TeXFiles.py
     tex_copy.py
 ''')