]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
an example for the sweave module, prepared by Gregor Gorjanc
[lyx.git] / development / scons / scons_manifest.py
index cb404e4e78bb3a0a3f47c5ac779451480fe09107..bba4c29cdf65f9cb03de8e23aca96a8ffdb39add 100644 (file)
@@ -21,7 +21,7 @@ TOP_extra_files = Split('''
     autogen.sh
     config.log
     configure.ac
-    lyx.man
+    lyx.1in
     rename.sh
     scons_lyx.log
 ''')
@@ -41,9 +41,12 @@ src_header_files = Split('''
     Bullet.h
     Changes.h
     Chktex.h
+    Citation.h
     CmdDef.h
     Color.h
+    ColorSet.h
     ColorCode.h
+    CompletionList.h
     Converter.h
     ConverterCache.h
     CoordCache.h
@@ -55,7 +58,6 @@ src_header_files = Split('''
     Dimension.h
     DispatchResult.h
     DocIterator.h
-    EmbeddedFiles.h
     Encoding.h
     ErrorList.h
     Exporter.h
@@ -64,13 +66,13 @@ src_header_files = Split('''
     Font.h
     FontEnums.h
     FontInfo.h
-    FontIterator.h
     FontList.h
     Format.h
+    FuncCode.h
     FuncRequest.h
     FuncStatus.h
     Graph.h
-    ISpell.h
+    IndicesList.h
     InsetIterator.h
     InsetList.h
     Intl.h
@@ -81,7 +83,8 @@ src_header_files = Split('''
     Language.h
     Layout.h
     LayoutEnums.h
-    LayoutPtr.h
+    LayoutFile.h
+    LayoutModuleList.h
     Length.h
     Lexer.h
     LyX.h
@@ -89,7 +92,6 @@ src_header_files = Split('''
     LyXFunc.h
     LyXRC.h
     LyXVC.h
-    MenuBackend.h
     MetricsInfo.h
     ModuleList.h
     Mover.h
@@ -101,23 +103,19 @@ src_header_files = Split('''
     ParagraphParameters.h
     PDFOptions.h
     PrinterParams.h
-    PSpell.h
     Row.h
     Section.h
     Server.h
     ServerSocket.h
     Session.h
     Spacing.h
-    SpellBase.h
+    SpellChecker.h
     TexRow.h
     Text.h
     TextClass.h
-    TextClassList.h
-    TextClassPtr.h
     TextMetrics.h
     Thesaurus.h
     TocBackend.h
-    ToolbarBackend.h
     Trans.h
     Undo.h
     VCBackend.h
@@ -126,7 +124,6 @@ src_header_files = Split('''
     WordLangTuple.h
     buffer_funcs.h
     factory.h
-    lfuns.h
     lyxfind.h
     output.h
     output_docbook.h
@@ -138,12 +135,12 @@ src_header_files = Split('''
     sgml.h
     update_flags.h
     version.h
+    WordList.h
 ''')
 
 
 src_pre_files = Split('''
     Author.cpp
-    BiblioInfo.cpp
     Bidi.cpp
     BranchList.cpp
     Buffer.cpp
@@ -164,7 +161,6 @@ src_pre_files = Split('''
     CutAndPaste.cpp
     DepTable.cpp
     DocIterator.cpp
-    EmbeddedFiles.cpp
     Encoding.cpp
     ErrorList.cpp
     Exporter.cpp
@@ -172,12 +168,12 @@ src_pre_files = Split('''
     Floating.cpp
     Font.cpp
     FontInfo.cpp
-    FontIterator.cpp
     FontList.cpp
     Format.cpp
     FuncRequest.cpp
     FuncStatus.cpp
     Graph.cpp
+    IndicesList.cpp
     InsetIterator.cpp
     InsetList.cpp
     Intl.cpp
@@ -187,6 +183,8 @@ src_pre_files = Split('''
     LaTeXFeatures.cpp
     Language.cpp
     Layout.cpp
+    LayoutFile.cpp
+    LayoutModuleList.cpp
     Length.cpp
     Lexer.cpp
     LyX.cpp
@@ -194,7 +192,6 @@ src_pre_files = Split('''
     LyXFunc.cpp
     LyXRC.cpp
     LyXVC.cpp
-    MenuBackend.cpp
     MetricsInfo.cpp
     Mover.cpp
     OutputParams.cpp
@@ -213,15 +210,12 @@ src_pre_files = Split('''
     Text2.cpp
     Text3.cpp
     TextClass.cpp
-    TextClassList.cpp
     TextMetrics.cpp
     TocBackend.cpp
-    ToolbarBackend.cpp
     Trans.cpp
     Undo.cpp
     VCBackend.cpp
     VSpace.cpp
-    boost.cpp
     buffer_funcs.cpp
     factory.cpp
     lengthcommon.cpp
@@ -234,23 +228,23 @@ src_pre_files = Split('''
     rowpainter.cpp
     sgml.cpp
     version.cpp
+    WordList.cpp
 ''')
 
 
 src_post_files = Split('''
+    BiblioInfo.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
     main.cpp
@@ -265,7 +259,6 @@ src_extra_files = Split('''
 
 src_client_header_files = Split('''
     Messages.h
-    debug.h
 ''')
 
 
@@ -273,21 +266,19 @@ src_client_files = Split('''
     Messages.cpp
     boost.cpp
     client.cpp
-    debug.cpp
     gettext.cpp
 ''')
 
 
 src_client_extra_files = Split('''
     Makefile.am
-    lyxclient.man
+    lyxclient.1in
     pch.h
 ''')
 
 
 src_support_header_files = Split('''
     ExceptionMessage.h
-    FileFilterList.h
     FileMonitor.h
     FileName.h
     ForkedCalls.h
@@ -298,6 +289,7 @@ src_support_header_files = Split('''
     SignalSlot.h
     SignalSlotPrivate.h
     Systemcall.h
+    SystemcallPrivate.h
     Timeout.h
     Translator.h
     convert.h
@@ -305,10 +297,13 @@ src_support_header_files = Split('''
     debug.h
     docstream.h
     docstring.h
+    docstring_list.h
     environment.h
     filetools.h
+    foreach.h
     gettext.h
     gzstream.h
+    lassert.h
     limited_stack.h
     lstrings.h
     lyxalgo.h
@@ -322,11 +317,11 @@ src_support_header_files = Split('''
     types.h
     unicode.h
     userinfo.h
+    mythes/mythes.hxx
 ''')
 
 
 src_support_files = Split('''
-    FileFilterList.cpp
     FileMonitor.cpp
     FileName.cpp
     ForkedCalls.cpp
@@ -334,26 +329,27 @@ src_support_files = Split('''
     Package.cpp
     Path.cpp
     SignalSlot.cpp
+    SignalSlotPrivate.cpp
     Systemcall.cpp
     Timeout.cpp
-    abort.cpp
     convert.cpp
     debug.cpp
     docstream.cpp
     docstring.cpp
     environment.cpp
     filetools.cpp
-    gzstream.cpp
-    getcwd.cpp
     gettext.cpp
+    gzstream.cpp
     kill.cpp
+    lassert.cpp
     lstrings.cpp
-    lyxsum.cpp
     lyxtime.cpp
     os.cpp
+    qstring_helpers.cpp
     socktools.cpp
     unicode.cpp
     userinfo.cpp
+    mythes/mythes.cxx
 ''')
 
 
@@ -397,24 +393,6 @@ src_support_tests_regfiles_extra_files = Split('''
 ''')
 
 
-src_support_minizip_header_files = Split('''
-    crypt.h
-    ioapi.h 
-    iowin32.h
-    unzip.h
-    zip.h
-''')
-
-
-src_support_minizip_files = Split('''
-    ioapi.c
-    iowin32.c
-    zip.c
-    zipunzip.cpp
-    unzip.c
-''')
-
-
 src_graphics_header_files = Split('''
     GraphicsCache.h
     GraphicsCacheItem.h
@@ -433,10 +411,8 @@ src_graphics_files = Split('''
     GraphicsCache.cpp
     GraphicsCacheItem.cpp
     GraphicsConverter.cpp
-    GraphicsImage.cpp
     GraphicsLoader.cpp
     GraphicsParams.cpp
-    GraphicsTypes.cpp
     PreviewImage.cpp
     PreviewLoader.cpp
     Previews.cpp
@@ -466,6 +442,7 @@ src_mathed_header_files = Split('''
     InsetMathDelim.h
     InsetMathDiff.h
     InsetMathDots.h
+    InsetMathEnsureMath.h
     InsetMathEnv.h
     InsetMathExFunc.h
     InsetMathExInt.h
@@ -488,6 +465,7 @@ src_mathed_header_files = Split('''
     InsetMathScript.h
     InsetMathSize.h
     InsetMathSpace.h
+    InsetMathSpecialChar.h
     InsetMathSplit.h
     InsetMathSqrt.h
     InsetMathStackrel.h
@@ -502,6 +480,7 @@ src_mathed_header_files = Split('''
     MacroTable.h
     MathAtom.h
     MathAutoCorrect.h
+    MathCompletionList.h
     MathData.h
     MathExtern.h
     MathFactory.h
@@ -510,6 +489,7 @@ src_mathed_header_files = Split('''
     MathMacroArgument.h
     MathMacroTemplate.h
     MathParser.h
+    MathParser_flags.h
     MathStream.h
     MathSupport.h
     ReplaceData.h
@@ -534,6 +514,7 @@ src_mathed_files = Split('''
     InsetMathDelim.cpp
     InsetMathDiff.cpp
     InsetMathDots.cpp
+    InsetMathEnsureMath.cpp
     InsetMathEnv.cpp
     InsetMathExFunc.cpp
     InsetMathExInt.cpp
@@ -556,6 +537,7 @@ src_mathed_files = Split('''
     InsetMathScript.cpp
     InsetMathSize.cpp
     InsetMathSpace.cpp
+    InsetMathSpecialChar.cpp
     InsetMathSplit.cpp
     InsetMathSqrt.cpp
     InsetMathStackrel.cpp
@@ -608,13 +590,12 @@ src_tex2lyx_header_files = Split('''
 
 
 src_tex2lyx_files = Split('''
+    boost.cpp
     Context.cpp
     Font.cpp
-    Parser.cpp
-    boost.cpp
     gettext.cpp
-    lengthcommon.cpp
     math.cpp
+    Parser.cpp
     preamble.cpp
     table.cpp
     tex2lyx.cpp
@@ -622,44 +603,54 @@ src_tex2lyx_files = Split('''
 ''')
 
 
+src_tex2lyx_copied_header_files = Split('''
+    insets/InsetLayout.h
+''')
+
+
 src_tex2lyx_copied_files = Split('''
     Color.cpp
     Counters.cpp
+    Encoding.cpp
     FloatList.cpp
     Floating.cpp
     Layout.cpp
+    lengthcommon.cpp
     Lexer.cpp
+    ModuleList.cpp
     TextClass.cpp
+    insets/InsetLayout.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
-    FileDialog.h
     FontLoader.h
     FontMetrics.h
     KeyModifier.h
     KeySymbol.h
     LyXView.h
-    NoGuiFontLoader.h
-    NoGuiFontMetrics.h
+    mouse_state.h
     Painter.h
     Selection.h
     WorkArea.h
     WorkAreaManager.h
-    alert.h
-    mouse_state.h
 ''')
 
 
@@ -695,8 +686,8 @@ src_frontends_controllers_tests_regfiles_extra_files = Split('''
 
 
 src_frontends_qt4_header_files = Split('''
-       ButtonPolicy.h
-       Dialog.h
+    ButtonPolicy.h
+    Dialog.h
     Action.h
     BulletsModule.h
     ButtonController.h
@@ -705,6 +696,8 @@ src_frontends_qt4_header_files = Split('''
     DialogView.h
     DockView.h
     EmptyTable.h
+    FileDialog.h
+    FindAndReplace.h
     FloatPlacement.h
     GuiAbout.h
     GuiApplication.h
@@ -720,6 +713,7 @@ src_frontends_qt4_header_files = Split('''
     GuiClipboard.h
     GuiCommandBuffer.h
     GuiCommandEdit.h
+    GuiCompleter.h
     GuiDelimiter.h
     GuiDialog.h
     GuiDocument.h
@@ -731,23 +725,27 @@ src_frontends_qt4_header_files = Split('''
     GuiFontLoader.h
     GuiGraphics.h
     GuiGraphicsUi.h
+    GuiHSpace.h
     GuiHyperlink.h
+    GuiIdListModel.h
     GuiImage.h
     GuiInclude.h
     GuiIndex.h
+    GuiIndices.h
+    GuiInfo.h
     GuiKeySymbol.h
+    GuiLabel.h
     GuiListings.h
     GuiLog.h
-    GuiMath.h
     GuiMathMatrix.h
-    GuiMenubar.h
     GuiNomencl.h
     GuiNote.h
     GuiPainter.h
     GuiParagraph.h
-    GuiPopupMenu.h
+    GuiPhantom.h
     GuiPrefs.h
     GuiPrint.h
+    GuiPrintindex.h
     GuiRef.h
     GuiSearch.h
     GuiSelection.h
@@ -756,13 +754,13 @@ src_frontends_qt4_header_files = Split('''
     GuiSetBorder.h
     GuiShowFile.h
     GuiSpellchecker.h
+    GuiSymbols.h
     GuiTabularCreate.h
     GuiTabular.h
     GuiTexinfo.h
     GuiThesaurus.h
     GuiToc.h
     GuiToolbar.h
-    GuiToolbars.h
     GuiView.h
     GuiViewSource.h
     GuiVSpace.h
@@ -773,25 +771,27 @@ src_frontends_qt4_header_files = Split('''
     LaTeXHighlighter.h
     LengthCombo.h
     LyXFileDialog.h
+    Menus.h
     PanelStack.h
     TocModel.h
     TocWidget.h
+    Toolbars.h
     Validator.h
-    qlkey.h
     qt_helpers.h
+    qt_i18n.h
 ''')
 
 
 src_frontends_qt4_files = Split('''
-       ButtonPolicy.cpp
-       Dialog.cpp
+    ButtonPolicy.cpp
+    Dialog.cpp
     Action.cpp
     BulletsModule.cpp
     ButtonController.cpp
     ColorCache.cpp
     CustomizedWidgets.cpp
-    DialogView.cpp
     EmptyTable.cpp
+    FindAndReplace.cpp
     FileDialog.cpp
     FloatPlacement.cpp
     GuiAbout.cpp
@@ -808,6 +808,7 @@ src_frontends_qt4_files = Split('''
     GuiClipboard.cpp
     GuiCommandBuffer.cpp
     GuiCommandEdit.cpp
+    GuiCompleter.cpp
     GuiDelimiter.cpp
     GuiDialog.cpp
     GuiDocument.cpp
@@ -819,23 +820,27 @@ src_frontends_qt4_files = Split('''
     GuiFontLoader.cpp
     GuiFontMetrics.cpp
     GuiGraphics.cpp
+    GuiHSpace.cpp
     GuiHyperlink.cpp
+    GuiIdListModel.cpp 
     GuiImage.cpp
     GuiInclude.cpp
     GuiIndex.cpp
+    GuiIndices.cpp
+    GuiInfo.cpp
     GuiKeySymbol.cpp
+    GuiLabel.cpp
     GuiListings.cpp
     GuiLog.cpp
-    GuiMath.cpp
     GuiMathMatrix.cpp
-    GuiMenubar.cpp
     GuiNomencl.cpp
     GuiNote.cpp
     GuiPainter.cpp
     GuiParagraph.cpp
-    GuiPopupMenu.cpp
+    GuiPhantom.cpp
     GuiPrefs.cpp
     GuiPrint.cpp
+    GuiPrintindex.cpp
     GuiRef.cpp
     GuiSearch.cpp
     GuiSelection.cpp
@@ -844,13 +849,13 @@ src_frontends_qt4_files = Split('''
     GuiSetBorder.cpp
     GuiShowFile.cpp
     GuiSpellchecker.cpp
+    GuiSymbols.cpp
     GuiTabular.cpp
     GuiTabularCreate.cpp
     GuiTexinfo.cpp
     GuiThesaurus.cpp
     GuiToc.cpp
     GuiToolbar.cpp
-    GuiToolbars.cpp
     GuiView.cpp
     GuiViewSource.cpp
     GuiVSpace.cpp
@@ -861,9 +866,11 @@ src_frontends_qt4_files = Split('''
     LengthCombo.cpp
     LaTeXHighlighter.cpp
     LyXFileDialog.cpp
+    Menus.cpp
     PanelStack.cpp
     TocModel.cpp
     TocWidget.cpp
+    Toolbars.cpp
     Validator.cpp
     qt_helpers.cpp
 ''')
@@ -895,15 +902,19 @@ src_frontends_qt4_ui_files = Split('''
     DocumentUi.ui
     ERTUi.ui
     ErrorListUi.ui
-    EmbeddedFilesUi.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
+    LabelUi.ui
     LaTeXUi.ui
     LanguageUi.ui
     ListingsUi.ui
@@ -911,20 +922,25 @@ src_frontends_qt4_ui_files = Split('''
     MarginsUi.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
     PrefIdentityUi.ui
-    PrefKeyboardUi.ui
+    PrefInputUi.ui
     PrefLanguageUi.ui
     PrefLatexUi.ui
     PrefPathsUi.ui
@@ -936,18 +952,21 @@ src_frontends_qt4_ui_files = Split('''
     PrefUi.ui
     PrefsUi.ui
     PrintUi.ui
+    PrintindexUi.ui
     RefUi.ui
     SearchUi.ui
     SendtoUi.ui
     ShortcutUi.ui
     ShowFileUi.ui
     SpellcheckerUi.ui
+    SymbolsUi.ui
     TabularCreateUi.ui
     TabularUi.ui
     TexinfoUi.ui
     TextLayoutUi.ui
     ThesaurusUi.ui
     TocUi.ui
+    ToggleWarningUi.ui
     VSpaceUi.ui
     ViewSourceUi.ui
     WrapUi.ui
@@ -976,7 +995,6 @@ src_insets_header_files = Split('''
     InsetCommand.h
     InsetCommandParams.h
     InsetERT.h
-    InsetEnvironment.h
     InsetExternal.h
     InsetFlex.h
     InsetFloat.h
@@ -985,7 +1003,6 @@ src_insets_header_files = Split('''
     InsetFootlike.h
     InsetGraphics.h
     InsetGraphicsParams.h
-    InsetHFill.h
     InsetHyperlink.h
     InsetInclude.h
     InsetIndex.h
@@ -1001,6 +1018,7 @@ src_insets_header_files = Split('''
     InsetNomencl.h
     InsetNote.h
     InsetOptArg.h
+    InsetPhantom.h
     InsetQuotes.h
     InsetRef.h
     InsetSpace.h
@@ -1010,7 +1028,6 @@ src_insets_header_files = Split('''
     InsetText.h
     InsetVSpace.h
     InsetWrap.h
-    MailInset.h
     RenderBase.h
     RenderButton.h
     RenderGraphic.h
@@ -1033,7 +1050,6 @@ src_insets_files = Split('''
     InsetCommand.cpp
     InsetCommandParams.cpp
     InsetERT.cpp
-    InsetEnvironment.cpp
     InsetExternal.cpp
     InsetFlex.cpp
     InsetFloat.cpp
@@ -1042,12 +1058,12 @@ src_insets_files = Split('''
     InsetFootlike.cpp
     InsetGraphics.cpp
     InsetGraphicsParams.cpp
-    InsetHFill.cpp
     InsetHyperlink.cpp
     InsetInclude.cpp
     InsetIndex.cpp
     InsetInfo.cpp
     InsetLabel.cpp
+    InsetLayout.cpp
     InsetLine.cpp
     InsetListings.cpp
     InsetListingsParams.cpp
@@ -1057,6 +1073,7 @@ src_insets_files = Split('''
     InsetNomencl.cpp
     InsetNote.cpp
     InsetOptArg.cpp
+    InsetPhantom.cpp
     InsetQuotes.cpp
     InsetRef.cpp
     InsetSpace.cpp
@@ -1066,7 +1083,6 @@ src_insets_files = Split('''
     InsetText.cpp
     InsetVSpace.cpp
     InsetWrap.cpp
-    MailInset.cpp
     RenderButton.cpp
     RenderGraphic.cpp
     RenderPreview.cpp
@@ -1074,8 +1090,6 @@ src_insets_files = Split('''
 
 
 src_insets_extra_files = Split('''
-    InsetTheorem.cpp
-    InsetTheorem.h
     Makefile.am
     pch.h
 ''')
@@ -1176,6 +1190,7 @@ po_extra_files = Split('''
     POTFILES.in
     README
     Rules-quot
+    ar.po
     bg.po
     boldquot.sed
     ca.po
@@ -1184,6 +1199,7 @@ po_extra_files = Split('''
     de.po
     en@boldquot.header
     en@quot.header
+    en.po
     es.po
     eu.po
     fi.po
@@ -1192,6 +1208,7 @@ po_extra_files = Split('''
     he.po
     hu.po
     insert-header.sin
+    id.po
     it.po
     ja.po
     ko.po
@@ -1211,6 +1228,7 @@ po_extra_files = Split('''
     sl.po
     sv.po
     tr.po
+    uk.po
     wa.po
     zh_CN.po
     zh_TW.po
@@ -1282,29 +1300,32 @@ lib_kbd_files = Split('''
 
 
 lib_templates_files = Split('''
-    IEEEtran.lyx
-    README.new_templates
     aa.lyx
     aastex.lyx
+    ACM-siggraph.lyx
+    ACM-sigplan.lyx
     agu_article.lyx
     apa.lyx
     beamer-conference-ornate-20min.lyx
     de_beamer-conference-ornate-20min.lyx
     dinbrief.lyx
     docbook_article.lyx
-    elsart.lyx
+    elsarticle.lyx
     fr_beamer-conference-ornate-20min.lyx
     g-brief-de.lyx
     g-brief-en.lyx
     g-brief2.lyx
     hollywood.lyx
+    IEEEtran.lyx
     ijmpc.lyx
     ijmpd.lyx
     iop-article.lyx
+    JSS-article.lyx
     kluwer.lyx
     koma-letter2.lyx
     latex8.lyx
     letter.lyx
+    README.new_templates
     revtex.lyx
     revtex4.lyx
     slides.lyx
@@ -1314,6 +1335,7 @@ lib_templates_files = Split('''
 lib_ui_files = Split('''
     classic.ui
     default.ui
+    stdcontext.inc
     stdmenus.inc
     stdtoolbars.inc
 ''')
@@ -1340,21 +1362,35 @@ 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-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
@@ -1366,6 +1402,7 @@ lib_images_files = Split('''
     changes-output.png
     changes-track.png
     closetab.png
+    close-tab-group.png
     copy.png
     cut.png
     demote.png
@@ -1390,11 +1427,12 @@ lib_images_files = Split('''
     float-insert_table.png
     font-bold.png
     font-emph.png
-    font-free-apply.png
+    textstyle-apply.png
     font-noun.png
     font-sans.png
     footnote-insert.png
     href-insert.png
+    hidetab.png
     index-insert.png
     label-insert.png
     layout-document.png
@@ -1409,7 +1447,14 @@ 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
@@ -1436,29 +1481,32 @@ lib_images_files = Split('''
     psnfss4.png
     redo.png
     reload.png
+    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_m-align-center.png
+    tabular-feature_m-align-left.png
+    tabular-feature_m-align-right.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_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-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
@@ -1487,7 +1535,6 @@ lib_images_math_files = Split('''
     Re.png
     Rrightarrow.png
     Rsh.png
-    Vert.png
     Vvdash.png
     acute.png
     aleph.png
@@ -1608,7 +1655,10 @@ lib_images_math_files = Split('''
     eta.png
     eth.png
     exists.png
+    export-others.png
     fallingdotseq.png
+    fint.png
+    fintop.png
     flat.png
     font.png
     forall.png
@@ -1660,6 +1710,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
@@ -1900,7 +1954,7 @@ lib_images_math_files = Split('''
     swarrow.png
     tau.png
     textrm_AA.png
-    textrm_Oe.png
+    textrm_O.png
     therefore.png
     theta.png
     theta2.png
@@ -1928,6 +1982,7 @@ lib_images_math_files = Split('''
     underset.png
     uparrow.png
     uparrow2.png
+    update-others.png
     updownarrow.png
     updownarrow2.png
     upharpoonleft.png
@@ -1960,6 +2015,9 @@ lib_images_math_files = Split('''
     vec.png
     vee.png
     veebar.png
+    vert.png
+    vert2.png
+    view-others.png
     vphantom.png
     wedge.png
     widehat.png
@@ -2021,10 +2079,11 @@ lib_doc_files = Split('''
     DummyTextDocument.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
+    Formula-numbering.lyx
     Intro.lyx
     LaTeXConfig.lyx
-    Reference.lyx
+    LFUNs.lyx
+    Math.lyx
     Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
@@ -2046,11 +2105,9 @@ lib_doc_clipart_files = Split('''
     ERT.png
     ExternalMaterialQt4.png
     ExtraToolbar.png
-    FramedNoteImageQt4.png
     GreyedOutNoteImageQt4.png
     LaTeX.png
     LyXNoteImageQt4.png
-    ShadedNoteImageQt4.png
     SpaceMarker.png
     StandardToolbar.png
     ToolbarEnvBox.png
@@ -2060,6 +2117,7 @@ lib_doc_clipart_files = Split('''
     footnoteQt4.png
     labelQt4.png
     macrobox.png
+    MacroToolbar.png
     macrouse.png
     mbox.png
     mobius.eps
@@ -2073,10 +2131,12 @@ lib_doc_clipart_files = Split('''
 
 lib_doc_extra_files = Split('''
     Makefile.am
-    Makefile.depend
     README.Documentation
-    depend.py
-    doc_toc.py
+''')
+
+
+lib_doc_ca_files = Split('''
+    Intro.lyx
 ''')
 
 
@@ -2092,8 +2152,10 @@ lib_doc_de_files = Split('''
     DummyTextDocument.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
+    Formelnummerierung.lyx
     Intro.lyx
+    Math.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2103,14 +2165,12 @@ lib_doc_de_clipart_files = Split('''
     ERT.png
     ExternesMaterialQt4.png
     FussnoteQt4.png
-    GerahmteNotizQt4.png
     GleitobjektQt4.png
     GrauschriftNotizQt4.png
     KommentarQt4.png
     LyXNotizQt4.png
     Marke.png
     Querverweis.png
-    SchattierteNotizQt4.png
     StandardBoxQt4.png
     UnterdokumentQt4.png
 ''')
@@ -2122,34 +2182,31 @@ lib_doc_da_files = Split('''
 
 
 lib_doc_es_files = Split('''
+    Customization.lyx
     DocumentoPostizo1.lyx
     DocumentoPostizo2.lyx
     DocumentoTextoPostizo.txt
     EmbeddedObjects.lyx
     Extended.lyx
+    Formula-numbering.lyx
     Intro.lyx
+    Math.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
 
 
-lib_doc_es_biblio_files = Split('''
-    alphadin.bst
-    LyXDocs.bib
-''')
-
-
 lib_doc_es_clipart_files = Split('''
     ComentNotaImagenQt4.png
     CuadroMinipagQt4.png
     DocumentoHijoQt4.png
     GrisNotaImagenQt4.png
     MaterialExternoQt4.png
-    NotaEnmarcadaImg.png
     NotaLyXImagenQt4.png
-    NotaSombreadaImg.png
     Resumen.pdf
     es_ERT.png
+    es_ToolbarEnvBox.png
     etiquetaQt4.png
     flotanteQt4.png
     notapieQt4.png
@@ -2160,7 +2217,6 @@ lib_doc_es_clipart_files = Split('''
 lib_doc_eu_files = Split('''
     Customization.lyx
     Extended.lyx
-    FAQ.lyx
     Intro.lyx
     Tutorial.lyx
     UserGuide.lyx
@@ -2169,10 +2225,15 @@ lib_doc_eu_files = Split('''
 
 lib_doc_fr_files = Split('''
     Customization.lyx
+    DocumentBidon1.lyx
+    DocumentBidon2.lyx
+    DocumentTexteBidon.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
+    Formula-numbering.lyx
     Intro.lyx
+    Math.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2182,17 +2243,15 @@ lib_doc_fr_clipart_files = Split('''
     BoxInsetDefaultQt4.png
     ChildDocumentQt4.png
     CommentNoteImageQt4.png
-    FramedNoteImageQt4.png
     GreyedOutNoteImageQt4.png
     LyXNoteImageQt4.png
-    ShadedNoteImageQt4.png
     floatQt4.png
     footnoteQt4.png
     labelQt4.png
 ''')
 
 
-lib_doc_gl_extra_files = Split('''
+lib_doc_gl_files = Split('''
     Intro.lyx
     Tutorial.lyx
 ''')
@@ -2210,6 +2269,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
@@ -2218,6 +2290,31 @@ lib_doc_it_files = Split('''
 ''')
 
 
+lib_doc_it_clipart_files = Split('''
+    it_footnoteQt4.png
+    it_referenceQt4.png
+''')
+
+
+lib_doc_ja_files = Split('''
+    Extended.lyx
+    Intro.lyx
+    LaTeXConfig.lyx
+    Shortcuts.lyx
+    Tutorial.lyx
+    UserGuide.lyx
+''')
+
+
+lib_doc_ja_clipart_files = Split('''
+    floatQt4.png
+    footnoteQt4.png
+    referenceQt4.png
+    ERT.png
+    ToolbarEnvBox.png
+''')
+
+
 lib_doc_nb_files = Split('''
     Intro.lyx
 ''')
@@ -2248,7 +2345,6 @@ lib_doc_ro_files = Split('''
 
 
 lib_doc_ru_files = Split('''
-    FAQ.lyx
     Intro.lyx
     Tutorial.lyx
 ''')
@@ -2272,15 +2368,21 @@ lib_doc_sv_files = Split('''
 ''')
 
 
+lib_doc_uk_files = Split('''
+    Intro.lyx
+''')
+
+
+lib_doc_uk_clipart_files = Split('''
+    FootnoteQT4.png
+''')
+
+
 lib_examples_files = Split('''
-    CV-image.eps
-    CV-image.png
-    Foils.lyx
-    ItemizeBullets.lyx
-    Literate.lyx
-    Minipage.lyx
     aa_sample.lyx
     aas_sample.lyx
+    achemso.lyx
+    addressExample.adr
     amsart-test.lyx
     amsbook-test.lyx
     armenian-article.lyx
@@ -2297,30 +2399,45 @@ 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
+    Foils.lyx
     iecc05.fen
     iecc07.fen
     iecc12.fen
+    ItemizeBullets.lyx
     landslide.lyx
+    linguistics.lyx
     listerrors.lyx
-    listings.lyx
-    mathed.lyx
+    Literate.lyx
     modernCV.lyx
     multicol.lyx
     noweb2lyx.lyx
     powerdot-example.lyx
+    recipebook.lyx
     script_form.lyx
+    seminar.lyx
+    serial_letter1.lyx
+    serial_letter2.lyx
+    serial_letter3.lyx
     simplecv.lyx
     splash.lyx
+    sweave.lyx
+    xyfigure.png
+    xypic.lyx
 ''')
 
 
 lib_examples_ca_files = Split('''
+    ItemizeBullets.lyx
+    mathed.lyx
     splash.lyx
 ''')
 
@@ -2336,14 +2453,17 @@ lib_examples_da_files = Split('''
 
 
 lib_examples_de_files = Split('''
+    beispiel_gelyxt.lyx
+    beispiel_roh.lyx
+    Braille.lyx
     Dezimal.lyx
     ItemizeBullets.lyx
     Lebenslauf.lyx
-    Minipage.lyx
-    beispiel_gelyxt.lyx
-    beispiel_roh.lyx
-    mathed.lyx
+    linguistics.lyx
     multicol.lyx
+    serienbrief1.lyx
+    serienbrief2.lyx
+    serienbrief3.lyx
     splash.lyx
 ''')
 
@@ -2357,10 +2477,8 @@ lib_examples_fr_files = Split('''
     AlignementDecimal.lyx
     Foils.lyx
     ListesPuces.lyx
-    Minipage.lyx
     exemple_brut.lyx
     exemple_lyxifie.lyx
-    mathed.lyx
     multicol.lyx
     simplecv.lyx
     splash.lyx
@@ -2368,9 +2486,12 @@ lib_examples_fr_files = Split('''
 
 
 lib_examples_es_files = Split('''
-    ItemizeBullets.lyx
+    Braille.lyx
     ejemplo_con_lyx.lyx
     ejemplo_sin_lyx.lyx
+    ItemizeBullets.lyx
+    linguistics.lyx
+    multicol.lyx
     splash.lyx
 ''')
 
@@ -2382,7 +2503,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
@@ -2403,12 +2524,22 @@ lib_examples_hu_files = Split('''
 ''')
 
 
+lib_examples_id_files = Split('''
+    splash.lyx
+''')
+
+
 lib_examples_it_files = Split('''
     ItemizeBullets.lyx
     splash.lyx
 ''')
 
 
+lib_examples_ja_files = Split('''
+    splash.lyx
+''')
+
+
 lib_examples_nl_files = Split('''
     multicol.lyx
     opsommingstekens.lyx
@@ -2445,6 +2576,11 @@ lib_examples_sl_files = Split('''
 ''')
 
 
+lib_examples_uk_files = Split('''
+    splash.lyx
+''')
+
+
 lib_lyx2lyx_files = Split('''
     LyX.py
     generate_encoding_info.py
@@ -2464,6 +2600,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
@@ -2477,20 +2614,20 @@ lib_lyx2lyx_extra_files = Split('''
 
 
 lib_layouts_files = Split('''
-    IEEEtran.layout
     aa.layout
     aapaper.layout
     aastex.layout
+    achemso.layout
+    acmsiggraph.layout
     agu-dtd.layout
     agums.layout
-    amsart-plain.layout
-    amsart-seq.layout
     amsart.layout
     amsbook.layout
     apa.layout
     arab-article.layout
     armenian-article.layout
     article.layout
+    article-beamer.layout
     beamer.layout
     book.layout
     broadway.layout
@@ -2504,6 +2641,7 @@ lib_layouts_files = Split('''
     dtk.layout
     egs.layout
     elsart.layout
+    elsarticle.layout
     entcs.layout
     europecv.layout
     extarticle.layout
@@ -2517,6 +2655,7 @@ lib_layouts_files = Split('''
     heb-article.layout
     heb-letter.layout
     hollywood.layout
+    IEEEtran.layout
     ijmpc.layout
     ijmpd.layout
     iopart.layout
@@ -2527,6 +2666,7 @@ lib_layouts_files = Split('''
     jreport.layout
     jsarticle.layout
     jsbook.layout
+    jss.layout
     kluwer.layout
     latex8.layout
     letter.layout
@@ -2543,20 +2683,25 @@ lib_layouts_files = Split('''
     mwrep.layout
     paper.layout
     powerdot.layout
+    recipebook.layout
     report.layout
     revtex.layout
     revtex4.layout
     scrartcl.layout
+    scrarticle-beamer.layout
     scrbook.layout
     scrlettr.layout
     scrlttr2.layout
     scrreprt.layout
     seminar.layout
     siamltex.layout
+    sigplanconf.layout
     simplecv.layout
+    singlecol.layout
     slides.layout
     spie.layout
     svglobal.layout
+    svglobal3.layout
     svjog.layout
     svprobth.layout
     tarticle.layout
@@ -2574,9 +2719,6 @@ lib_layouts_inc_files = Split('''
     agu_stdtitle.inc
     aguplus.inc
     amsdefs.inc
-    amsmaths-plain.inc
-    amsmaths-seq.inc
-    amsmaths.inc
     db_lyxmacros.inc
     db_stdcharstyles.inc
     db_stdclass.inc
@@ -2593,8 +2735,10 @@ lib_layouts_inc_files = Split('''
     numreport.inc
     numrevtex.inc
     scrclass.inc
+    stdcharstyles.inc
     stdclass.inc
     stdcounters.inc
+    stdcustom.inc
     stdfloats.inc
     stdinsets.inc
     stdlayouts.inc
@@ -2607,25 +2751,36 @@ lib_layouts_inc_files = Split('''
     svjour.inc
     theorems.inc
     theorems-ams.inc
+    theorems-order.inc
+    theorems-proof.inc
+    theorems-starred.inc
+    theorems-starred-equivalents.inc
 ''')
 
 
 lib_layouts_module_files = Split('''
+    braille.module
     endnotes.module
     foottoend.module
     hanging.module
+    linguistics.module
     logicalmkup.module
+    minimalistic.module
+    noweb.module
+    sweave.module
+    theorems-ams-extended.module
     theorems-ams.module
-    theorems-ams-withinsec.module
+    theorems-chap.module
+    theorems-sec.module
+    theorems-starred.module
     theorems-std.module
-    theorems-withinsec.module
-    theorems-withinchap.module
 ''')
 
 lib_scripts_files = Split('''
     TeXFiles.py
     clean_dvi.py
     convertDefault.py
+    csv2lyx.py
     date.py
     ext_copy.py
     fen2ascii.py
@@ -2636,6 +2791,7 @@ lib_scripts_files = Split('''
     legacy_lyxpreview2ppm.py
     listerrors
     lyxpreview2bitmap.py
+    lyxpreview-platex2bitmap.py
     lyxpreview_tools.py
     tex_copy.py
 ''')
@@ -2746,53 +2902,11 @@ boost_libs_regex_src_extra_files = Split('''
 ''')
 
 
-boost_libs_filesystem_extra_files = Split('''
-    Makefile.am
-    filesystem.vcproj
-''')
-
-
-boost_libs_filesystem_src_files = Split('''
-    exception.cpp
-    operations.cpp
-    path.cpp
-    portability.cpp
-''')
-
-
-boost_libs_filesystem_src_extra_files = Split('''
-    Makefile.am
-    pch.h
-''')
-
 
 development_Win32_packaging_installer = Split('''
     license.rtf
     lyx.nsi
     settings.nsh
-    settings.user.nsh
-''')
-
-
-development_Win32_packaging_installer_components = Split('''
-    configure.nsh
-    core.nsh
-    dicts.nsh
-    external.nsh
-    langselect.nsh
-    reinstall.nsh
-    uninstall.nsh
-    user.nsh
-    viewer.nsh
-''')
-
-
-development_Win32_packaging_installer_dialogs = Split('''
-    external.ini
-    langselect.ini
-    reinstall.ini
-    user.ini
-    viewer.ini
 ''')
 
 
@@ -2802,14 +2916,23 @@ development_Win32_packaging_installer_graphics = Split('''
 ''')
 
 
+development_Win32_packaging_installer_gui = Split('''
+    external.nsh
+    langselect.nsh
+    reinstall.nsh
+''')
+
+
 development_Win32_packaging_installer_include = Split('''
     declarations.nsh
     detection.nsh
-    filelists.nsh
+    dictlist.nsh    
+    filelist.nsh
     gui.nsh
     init.nsh
-    lang.nsh
-    windows.nsh
+    langlist.nsh
+    nsis.nsh
+    variables.nsh
 ''')
 
 
@@ -2820,3 +2943,9 @@ development_Win32_packaging_installer_lang = Split('''
     italian.nsh
 ''')
 
+
+development_Win32_packaging_installer_setup = Split('''
+    configure.nsh
+    install.nsh
+    reinstall.nsh
+''')