]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
adjust
[lyx.git] / development / scons / scons_manifest.py
index 7af5de5edd9881593b7e6179c11ebfa857dc6c46..6e2a9c88d59e5a3af4d575e1a14191e9fce51f26 100644 (file)
@@ -4,8 +4,6 @@ TOP_extra_files = Split('''
     ABOUT-NLS
     ANNOUNCE
     COPYING
-    ChangeLog
-    ChangeLog.1
     INSTALL
     INSTALL.MacOSX
     INSTALL.Win32
@@ -14,7 +12,6 @@ TOP_extra_files = Split('''
     INSTALL.scons
     Makefile.am
     NEWS
-    OLD-CHANGES
     README
     README.Cygwin
     README.Win32
@@ -44,7 +41,9 @@ src_header_files = Split('''
     Bullet.h
     Changes.h
     Chktex.h
+    CmdDef.h
     Color.h
+    ColorCode.h
     Converter.h
     ConverterCache.h
     CoordCache.h
@@ -63,13 +62,15 @@ src_header_files = Split('''
     FloatList.h
     Floating.h
     Font.h
+    FontEnums.h
+    FontInfo.h
     FontIterator.h
+    FontList.h
     Format.h
     FuncRequest.h
     FuncStatus.h
     Graph.h
     ISpell.h
-    Importer.h
     InsetIterator.h
     InsetList.h
     Intl.h
@@ -79,6 +80,8 @@ src_header_files = Split('''
     LaTeXFeatures.h
     Language.h
     Layout.h
+    LayoutEnums.h
+    LayoutPtr.h
     Length.h
     Lexer.h
     LyX.h
@@ -92,13 +95,14 @@ src_header_files = Split('''
     ModuleList.h
     Mover.h
     OutputParams.h
-    PSpell.h
     ParIterator.h
     Paragraph.h
     ParagraphList.h
     ParagraphMetrics.h
     ParagraphParameters.h
+    PDFOptions.h
     PrinterParams.h
+    PSpell.h
     Row.h
     Section.h
     Server.h
@@ -109,8 +113,8 @@ src_header_files = Split('''
     TexRow.h
     Text.h
     TextClass.h
-    TextClass_ptr.h
     TextClassList.h
+    TextClassPtr.h
     TextMetrics.h
     Thesaurus.h
     TocBackend.h
@@ -122,15 +126,11 @@ src_header_files = Split('''
     Variables.h
     WordLangTuple.h
     buffer_funcs.h
-    bufferview_funcs.h
-    callback.h
     debug.h
     factory.h
     gettext.h
-    lengthcommon.h
     lfuns.h
     lyxfind.h
-    lyxlayout_ptr_fwd.h
     output.h
     output_docbook.h
     output_latex.h
@@ -139,7 +139,6 @@ src_header_files = Split('''
     paragraph_funcs.h
     rowpainter.h
     sgml.h
-    toc.h
     update_flags.h
     version.h
 ''')
@@ -157,6 +156,7 @@ src_pre_files = Split('''
     Bullet.cpp
     Changes.cpp
     Chktex.cpp
+    CmdDef.cpp
     Color.cpp
     Converter.cpp
     ConverterCache.cpp
@@ -174,12 +174,13 @@ src_pre_files = Split('''
     FloatList.cpp
     Floating.cpp
     Font.cpp
+    FontInfo.cpp
     FontIterator.cpp
+    FontList.cpp
     Format.cpp
     FuncRequest.cpp
     FuncStatus.cpp
     Graph.cpp
-    Importer.cpp
     InsetIterator.cpp
     InsetList.cpp
     Intl.cpp
@@ -201,6 +202,7 @@ src_pre_files = Split('''
     MetricsInfo.cpp
     Mover.cpp
     OutputParams.cpp
+    PDFOptions.cpp
     ParIterator.cpp
     Paragraph.cpp
     ParagraphMetrics.cpp
@@ -225,8 +227,6 @@ src_pre_files = Split('''
     VSpace.cpp
     boost.cpp
     buffer_funcs.cpp
-    bufferview_funcs.cpp
-    callback.cpp
     debug.cpp
     factory.cpp
     gettext.cpp
@@ -239,7 +239,6 @@ src_pre_files = Split('''
     paragraph_funcs.cpp
     rowpainter.cpp
     sgml.cpp
-    toc.cpp
     version.cpp
 ''')
 
@@ -265,7 +264,6 @@ src_extra_src_files = Split('''
 
 
 src_extra_files = Split('''
-    ChangeLog
     Makefile.am
     pch.h
 ''')
@@ -287,7 +285,6 @@ src_client_files = Split('''
 
 
 src_client_extra_files = Split('''
-    ChangeLog
     Makefile.am
     lyxclient.man
     pch.h
@@ -316,7 +313,6 @@ src_support_header_files = Split('''
     docstring.h
     environment.h
     filetools.h
-    fs_extras.h
     gzstream.h
     limited_stack.h
     lstrings.h
@@ -356,7 +352,6 @@ src_support_files = Split('''
     docstring.cpp
     environment.cpp
     filetools.cpp
-    fs_extras.cpp
     gzstream.cpp
     getcwd.cpp
     kill.cpp
@@ -369,7 +364,6 @@ src_support_files = Split('''
     rename.cpp
     socktools.cpp
     tempname.cpp
-    textutils.cpp
     unicode.cpp
     unlink.cpp
     userinfo.cpp
@@ -391,14 +385,12 @@ src_support_extra_src_files = Split('''
 
 
 src_support_extra_files = Split('''
-    ChangeLog
     Makefile.am
     pch.h
 ''')
 
 
 src_support_tests_extra_files = Split('''
-    ChangeLog
     Makefile.am
     boost.cpp
     convert.cpp
@@ -431,6 +423,7 @@ src_support_minizip_files = Split('''
     ioapi.c
     iowin32.c
     zip.c
+    zipunzip.cpp
     unzip.c
 ''')
 
@@ -466,7 +459,6 @@ src_graphics_files = Split('''
 
 
 src_graphics_extra_files = Split('''
-    ChangeLog
     Makefile.am
     pch.h
 ''')
@@ -478,16 +470,13 @@ src_mathed_header_files = Split('''
     InsetMathAMSArray.h
     InsetMathArray.h
     InsetMathBig.h
-    InsetMathBinom.h
     InsetMathBoldSymbol.h
     InsetMathBox.h
-    InsetMathBoxed.h
     InsetMathBrace.h
     InsetMathCases.h
     InsetMathChar.h
     InsetMathColor.h
     InsetMathComment.h
-    InsetMathDFrac.h
     InsetMathDecoration.h
     InsetMathDelim.h
     InsetMathDiff.h
@@ -495,18 +484,14 @@ src_mathed_header_files = Split('''
     InsetMathEnv.h
     InsetMathExFunc.h
     InsetMathExInt.h
-    InsetMathFBox.h
     InsetMathFont.h
     InsetMathFontOld.h
     InsetMathFrac.h
-    InsetMathFracBase.h
-    InsetMathFrameBox.h
     InsetMathGrid.h
     InsetMathHull.h
     InsetMathKern.h
     InsetMathLefteqn.h
     InsetMathLim.h
-    InsetMathMakebox.h
     InsetMathMatrix.h
     InsetMathNest.h
     InsetMathNumber.h
@@ -524,7 +509,6 @@ src_mathed_header_files = Split('''
     InsetMathString.h
     InsetMathSubstack.h
     InsetMathSymbol.h
-    InsetMathTFrac.h
     InsetMathTabular.h
     InsetMathUnderset.h
     InsetMathUnknown.h
@@ -554,16 +538,13 @@ src_mathed_files = Split('''
     InsetMathAMSArray.cpp
     InsetMathArray.cpp
     InsetMathBig.cpp
-    InsetMathBinom.cpp
     InsetMathBoldSymbol.cpp
     InsetMathBox.cpp
-    InsetMathBoxed.cpp
     InsetMathBrace.cpp
     InsetMathCases.cpp
     InsetMathChar.cpp
     InsetMathColor.cpp
     InsetMathComment.cpp
-    InsetMathDFrac.cpp
     InsetMathDecoration.cpp
     InsetMathDelim.cpp
     InsetMathDiff.cpp
@@ -571,18 +552,14 @@ src_mathed_files = Split('''
     InsetMathEnv.cpp
     InsetMathExFunc.cpp
     InsetMathExInt.cpp
-    InsetMathFBox.cpp
     InsetMathFont.cpp
     InsetMathFontOld.cpp
     InsetMathFrac.cpp
-    InsetMathFracBase.cpp
-    InsetMathFrameBox.cpp
     InsetMathGrid.cpp
     InsetMathHull.cpp
     InsetMathKern.cpp
     InsetMathLefteqn.cpp
     InsetMathLim.cpp
-    InsetMathMakebox.cpp
     InsetMathMatrix.cpp
     InsetMathNest.cpp
     InsetMathNumber.cpp
@@ -600,7 +577,6 @@ src_mathed_files = Split('''
     InsetMathString.cpp
     InsetMathSubstack.cpp
     InsetMathSymbol.cpp
-    InsetMathTFrac.cpp
     InsetMathTabular.cpp
     InsetMathUnderset.cpp
     InsetMathUnknown.cpp
@@ -624,7 +600,6 @@ src_mathed_files = Split('''
 
 src_mathed_extra_files = Split('''
     BUGS
-    ChangeLog
     InsetFormulaMacro.cpp
     InsetFormulaMacro.h
     InsetMathMBox.cpp
@@ -674,7 +649,6 @@ src_tex2lyx_copied_files = Split('''
 
 
 src_tex2lyx_extra_files = Split('''
-    ChangeLog
     Makefile.am
     pch.h
     test-insets.tex
@@ -685,7 +659,6 @@ src_tex2lyx_extra_files = Split('''
 
 
 src_frontends_header_files = Split('''
-    Alert_pimpl.h
     Application.h
     Clipboard.h
     Dialogs.h
@@ -693,16 +666,16 @@ src_frontends_header_files = Split('''
     FontLoader.h
     FontMetrics.h
     Gui.h
+    KeyModifier.h
     KeySymbol.h
     LyXView.h
     NoGuiFontLoader.h
     NoGuiFontMetrics.h
     Painter.h
     Selection.h
-    Toolbars.h
     WorkArea.h
+    WorkAreaManager.h
     alert.h
-    key_state.h
     mouse_state.h
 ''')
 
@@ -710,116 +683,19 @@ src_frontends_header_files = Split('''
 src_frontends_files = Split('''
     Application.cpp
     Dialogs.cpp
-    LyXView.cpp
     Painter.cpp
-    Toolbars.cpp
-    WorkArea.cpp
+    WorkAreaManager.cpp
     alert.cpp
 ''')
 
 
 src_frontends_extra_files = Split('''
-    ChangeLog
     Makefile.am
     pch.h
 ''')
 
 
-src_frontends_controllers_header_files = Split('''
-    BCView.h
-    ButtonController.h
-    ButtonPolicy.h
-    ControlAboutlyx.h
-    ControlBibtex.h
-    ControlBox.h
-    ControlBranch.h
-    ControlChanges.h
-    ControlCharacter.h
-    ControlCitation.h
-    ControlCommand.h
-    ControlCommandBuffer.h
-    ControlDocument.h
-    ControlERT.h
-    ControlErrorList.h
-    ControlExternal.h
-    ControlFloat.h
-    ControlGraphics.h
-    ControlInclude.h
-    ControlListings.h
-    ControlLog.h
-    ControlMath.h
-    ControlNote.h
-    ControlParagraph.h
-    ControlPrefs.h
-    ControlPrint.h
-    ControlRef.h
-    ControlSearch.h
-    ControlSendto.h
-    ControlShowFile.h
-    ControlSpellchecker.h
-    ControlTabular.h
-    ControlTabularCreate.h
-    ControlTexinfo.h
-    ControlThesaurus.h
-    ControlToc.h
-    ControlVSpace.h
-    ControlViewSource.h
-    ControlWrap.h
-    Dialog.h
-    Kernel.h
-    frontend_helpers.h
-''')
-
-
-src_frontends_controllers_files = Split('''
-    BCView.cpp
-    ButtonController.cpp
-    ButtonPolicy.cpp
-    ControlAboutlyx.cpp
-    ControlBibtex.cpp
-    ControlBox.cpp
-    ControlBranch.cpp
-    ControlChanges.cpp
-    ControlCharacter.cpp
-    ControlCitation.cpp
-    ControlCommand.cpp
-    ControlCommandBuffer.cpp
-    ControlDocument.cpp
-    ControlERT.cpp
-    ControlErrorList.cpp
-    ControlExternal.cpp
-    ControlFloat.cpp
-    ControlGraphics.cpp
-    ControlInclude.cpp
-    ControlListings.cpp
-    ControlLog.cpp
-    ControlMath.cpp
-    ControlNote.cpp
-    ControlParagraph.cpp
-    ControlPrefs.cpp
-    ControlPrint.cpp
-    ControlRef.cpp
-    ControlSearch.cpp
-    ControlSendto.cpp
-    ControlShowFile.cpp
-    ControlSpellchecker.cpp
-    ControlTabular.cpp
-    ControlTabularCreate.cpp
-    ControlTexinfo.cpp
-    ControlThesaurus.cpp
-    ControlToc.cpp
-    ControlVSpace.cpp
-    ControlViewSource.cpp
-    ControlWrap.cpp
-    Dialog.cpp
-    Kernel.cpp
-    frontend_helpers.cpp
-''')
-
-
 src_frontends_controllers_extra_files = Split('''
-    BCView.tmpl
-    ChangeLog
     Makefile.am
     pch.h
 ''')
@@ -840,10 +716,14 @@ src_frontends_controllers_tests_regfiles_extra_files = Split('''
 
 
 src_frontends_qt4_header_files = Split('''
+               ../ButtonPolicy.h
+               ../Dialog.h
     Action.h
     BulletsModule.h
-    CheckedLineEdit.h
+    ButtonController.h
     ColorCache.h
+    CustomizedWidgets.h
+    DialogView.h
     DockView.h
     EmptyTable.h
     FloatPlacement.h
@@ -857,24 +737,22 @@ src_frontends_qt4_header_files = Split('''
     GuiChanges.h
     GuiCharacter.h
     GuiCharacter.h
-    GuiCitationDialog.h
     GuiCitation.h
     GuiClipboard.h
     GuiCommandBuffer.h
     GuiCommandEdit.h
-    GuiDelimiterDialog.h
-    GuiDialogView.h
+    GuiDelimiter.h
+    GuiDialog.h
     GuiDocument.h
     GuiErrorList.h
     GuiERT.h
     GuiExternal.h
-    GuiFloatDialog.h
     GuiFloat.h
     GuiFontExample.h
     GuiFontLoader.h
-    GuiGraphicsDialog.h
     GuiGraphics.h
     GuiGraphicsUi.h
+    GuiHyperlink.h
     GuiImage.h
     GuiImplementation.h
     GuiInclude.h
@@ -882,7 +760,8 @@ src_frontends_qt4_header_files = Split('''
     GuiKeySymbol.h
     GuiListings.h
     GuiLog.h
-    GuiMathMatrixDialog.h
+    GuiMath.h
+    GuiMathMatrix.h
     GuiMenubar.h
     GuiNomencl.h
     GuiNote.h
@@ -890,7 +769,6 @@ src_frontends_qt4_header_files = Split('''
     GuiParagraph.h
     GuiPopupMenu.h
     GuiPrefs.h
-    GuiPrintDialog.h
     GuiPrint.h
     GuiRef.h
     GuiSearch.h
@@ -906,7 +784,7 @@ src_frontends_qt4_header_files = Split('''
     GuiThesaurus.h
     GuiToc.h
     GuiToolbar.h
-    GuiURLDialog.h
+    GuiToolbars.h
     GuiView.h
     GuiViewSource.h
     GuiVSpace.h
@@ -914,30 +792,32 @@ src_frontends_qt4_header_files = Split('''
     GuiWrap.h
     IconPalette.h
     InsertTableWidget.h
+    LaTeXHighlighter.h
     LengthCombo.h
     LyXFileDialog.h
     PanelStack.h
-    Qt2BC.h
     TocModel.h
     TocWidget.h
-    UrlView.h
     Validator.h
     qlkey.h
     qt_helpers.h
-    socket_callback.h
 ''')
 
 
 src_frontends_qt4_files = Split('''
+               ../ButtonPolicy.cpp
+               ../Dialog.cpp
     Action.cpp
     BulletsModule.cpp
-    CheckedLineEdit.cpp
+    ButtonController.cpp
     ColorCache.cpp
+    CustomizedWidgets.cpp
     Dialogs.cpp
     EmptyTable.cpp
     FileDialog.cpp
     FloatPlacement.cpp
     GuiAbout.cpp
+    GuiAlert.cpp
     GuiApplication.cpp
     GuiBibitem.cpp
     GuiBibtex.cpp
@@ -947,23 +827,21 @@ src_frontends_qt4_files = Split('''
     GuiChanges.cpp
     GuiCharacter.cpp
     GuiCitation.cpp
-    GuiCitationDialog.cpp
     GuiClipboard.cpp
     GuiCommandBuffer.cpp
     GuiCommandEdit.cpp
-    GuiDelimiterDialog.cpp
-    GuiDialogView.cpp
+    GuiDelimiter.cpp
+    GuiDialog.cpp
     GuiDocument.cpp
     GuiErrorList.cpp
     GuiERT.cpp
     GuiExternal.cpp
     GuiFloat.cpp
-    GuiFloatDialog.cpp
     GuiFontExample.cpp
     GuiFontLoader.cpp
     GuiFontMetrics.cpp
     GuiGraphics.cpp
-    GuiGraphicsDialog.cpp
+    GuiHyperlink.cpp
     GuiImage.cpp
     GuiImplementation.cpp
     GuiInclude.cpp
@@ -971,7 +849,8 @@ src_frontends_qt4_files = Split('''
     GuiKeySymbol.cpp
     GuiListings.cpp
     GuiLog.cpp
-    GuiMathMatrixDialog.cpp
+    GuiMath.cpp
+    GuiMathMatrix.cpp
     GuiMenubar.cpp
     GuiNomencl.cpp
     GuiNote.cpp
@@ -980,7 +859,6 @@ src_frontends_qt4_files = Split('''
     GuiPopupMenu.cpp
     GuiPrefs.cpp
     GuiPrint.cpp
-    GuiPrintDialog.cpp
     GuiRef.cpp
     GuiSearch.cpp
     GuiSelection.cpp
@@ -995,7 +873,7 @@ src_frontends_qt4_files = Split('''
     GuiThesaurus.cpp
     GuiToc.cpp
     GuiToolbar.cpp
-    GuiURLDialog.cpp
+    GuiToolbars.cpp
     GuiView.cpp
     GuiViewSource.cpp
     GuiVSpace.cpp
@@ -1003,23 +881,18 @@ src_frontends_qt4_files = Split('''
     GuiWrap.cpp
     IconPalette.cpp
     InsertTableWidget.cpp
-    KeySymbol.cpp
     LengthCombo.cpp
+    LaTeXHighlighter.cpp
     LyXFileDialog.cpp
     PanelStack.cpp
-    Qt2BC.cpp
     TocModel.cpp
     TocWidget.cpp
-    UrlView.cpp
     Validator.cpp
-    alert_pimpl.cpp
     qt_helpers.cpp
-    socket_callback.cpp
 ''')
 
 
 src_frontends_qt4_extra_files = Split('''
-    ChangeLog
     GuiFontMetrics.h
     Makefile.am
     README
@@ -1045,11 +918,13 @@ src_frontends_qt4_ui_files = Split('''
     DocumentUi.ui
     ERTUi.ui
     ErrorListUi.ui
+    EmbeddedFilesUi.ui
     ExternalUi.ui
     FloatPlacementUi.ui
     FloatUi.ui
     FontUi.ui
     GraphicsUi.ui
+    HyperlinkUi.ui
     IncludeUi.ui
     IndexUi.ui
     LaTeXUi.ui
@@ -1064,11 +939,10 @@ src_frontends_qt4_ui_files = Split('''
     NumberingUi.ui
     PageLayoutUi.ui
     ParagraphUi.ui
+    PDFSupportUi.ui
     PreambleUi.ui
     PrefColorsUi.ui
     PrefConvertersUi.ui
-    PrefCopiersUi.ui
-    PrefCygwinPathUi.ui
     PrefDateUi.ui
     PrefDisplayUi.ui
     PrefFileformatsUi.ui
@@ -1080,6 +954,7 @@ src_frontends_qt4_ui_files = Split('''
     PrefPlaintextUi.ui
     PrefPrinterUi.ui
     PrefScreenFontsUi.ui
+    PrefShortcutsUi.ui
     PrefSpellcheckerUi.ui
     PrefUi.ui
     PrefsUi.ui
@@ -1087,6 +962,7 @@ src_frontends_qt4_ui_files = Split('''
     RefUi.ui
     SearchUi.ui
     SendtoUi.ui
+    ShortcutUi.ui
     ShowFileUi.ui
     SpellcheckerUi.ui
     TabularCreateUi.ui
@@ -1095,7 +971,6 @@ src_frontends_qt4_ui_files = Split('''
     TextLayoutUi.ui
     ThesaurusUi.ui
     TocUi.ui
-    URLUi.ui
     VSpaceUi.ui
     ViewSourceUi.ui
     WrapUi.ui
@@ -1118,14 +993,15 @@ src_insets_header_files = Split('''
     InsetBox.h
     InsetBranch.h
     InsetCaption.h
-    InsetCharStyle.h
     InsetCitation.h
+    InsetCode.h
     InsetCollapsable.h
     InsetCommand.h
     InsetCommandParams.h
     InsetERT.h
     InsetEnvironment.h
     InsetExternal.h
+    InsetFlex.h
     InsetFloat.h
     InsetFloatList.h
     InsetFoot.h
@@ -1133,9 +1009,12 @@ src_insets_header_files = Split('''
     InsetGraphics.h
     InsetGraphicsParams.h
     InsetHFill.h
+    InsetHyperlink.h
     InsetInclude.h
     InsetIndex.h
+    InsetInfo.h
     InsetLabel.h
+    InsetLayout.h
     InsetLine.h
     InsetListings.h
     InsetListingsParams.h
@@ -1152,7 +1031,6 @@ src_insets_header_files = Split('''
     InsetTOC.h
     InsetTabular.h
     InsetText.h
-    InsetUrl.h
     InsetVSpace.h
     InsetWrap.h
     MailInset.h
@@ -1173,7 +1051,6 @@ src_insets_files = Split('''
     InsetBox.cpp
     InsetBranch.cpp
     InsetCaption.cpp
-    InsetCharStyle.cpp
     InsetCitation.cpp
     InsetCollapsable.cpp
     InsetCommand.cpp
@@ -1181,6 +1058,7 @@ src_insets_files = Split('''
     InsetERT.cpp
     InsetEnvironment.cpp
     InsetExternal.cpp
+    InsetFlex.cpp
     InsetFloat.cpp
     InsetFloatList.cpp
     InsetFoot.cpp
@@ -1188,8 +1066,10 @@ src_insets_files = Split('''
     InsetGraphics.cpp
     InsetGraphicsParams.cpp
     InsetHFill.cpp
+    InsetHyperlink.cpp
     InsetInclude.cpp
     InsetIndex.cpp
+    InsetInfo.cpp
     InsetLabel.cpp
     InsetLine.cpp
     InsetListings.cpp
@@ -1207,7 +1087,6 @@ src_insets_files = Split('''
     InsetTOC.cpp
     InsetTabular.cpp
     InsetText.cpp
-    InsetUrl.cpp
     InsetVSpace.cpp
     InsetWrap.cpp
     MailInset.cpp
@@ -1218,7 +1097,6 @@ src_insets_files = Split('''
 
 
 src_insets_extra_files = Split('''
-    ChangeLog
     InsetTheorem.cpp
     InsetTheorem.h
     Makefile.am
@@ -1274,7 +1152,6 @@ intl_files = Split('''
 
 
 intl_extra_files = Split('''
-    ChangeLog
     VERSION
     config.charset
     libgnuintl.h.in
@@ -1290,7 +1167,6 @@ intl_extra_files = Split('''
 
 
 config_extra_files = Split('''
-    ChangeLog
     Makefile.am
     common.am
     config.guess
@@ -1317,7 +1193,6 @@ sourcedoc_extra_files = Split('''
 
 
 po_extra_files = Split('''
-    ChangeLog
     LINGUAS
     Makefile.in.in
     Makevars
@@ -1379,7 +1254,6 @@ lib_files = Split('''
 
 
 lib_extra_files = Split('''
-    ChangeLog
     Makefile.am
     autocorrect
     build-listerrors
@@ -1475,6 +1349,7 @@ lib_fonts_files = Split('''
     cmmi10.ttf
     cmr10.ttf
     cmsy10.ttf
+    esint10.ttf
     eufm10.ttf
     msam10.ttf
     msbm10.ttf
@@ -1542,6 +1417,7 @@ lib_images_files = Split('''
     font-noun.png
     font-sans.png
     footnote-insert.png
+    href-insert.png
     index-insert.png
     label-insert.png
     layout-document.png
@@ -1558,6 +1434,16 @@ lib_images_files = Split('''
     lyx.png
     marginalnote-insert.png
     math-display.png
+    math-macro-add-greedy-optional-param.png
+    math-macro-add-optional-param.png
+    math-macro-add-param.png
+    math-macro-append-greedy-param.png
+    math-macro-make-nonoptional.png
+    math-macro-make-optional.png
+    math-macro-remove-greedy-param.png
+    math-macro-remove-optional-param.png
+    math-macro-remove-param.png
+    math-macro_newmacroname_newcommand.png
     math-matrix.png
     math-mode.png
     math-subscript.png
@@ -1604,7 +1490,6 @@ lib_images_files = Split('''
     undo.png
     unknown.png
     up.png
-    url-insert.png
 ''')
 
 
@@ -2132,6 +2017,10 @@ lib_images_math_extra_files = Split('''
 ''')
 
 
+lib_images_commands_files = Split('''
+''')
+
+
 lib_images_attic_extra_files = Split('''
     dialog-show_mathpanel.png
 ''')
@@ -2156,8 +2045,9 @@ lib_doc_files = Split('''
     Extended.lyx
     FAQ.lyx
     Intro.lyx
-    LaTeXConfig.lyx.in
+    LaTeXConfig.lyx
     Reference.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2204,7 +2094,6 @@ lib_doc_clipart_files = Split('''
 
 
 lib_doc_extra_files = Split('''
-    ChangeLog
     Makefile.am
     Makefile.depend
     README.Documentation
@@ -2233,6 +2122,7 @@ lib_doc_de_files = Split('''
 
 
 lib_doc_de_clipart_files = Split('''
+    ERT.png
     ExternesMaterialQt4.png
     FussnoteQt4.png
     GerahmteNotizQt4.png
@@ -2261,6 +2151,13 @@ lib_doc_es_files = Split('''
     Extended.lyx
     Intro.lyx
     Tutorial.lyx
+    UserGuide.lyx
+''')
+
+
+lib_doc_es_biblio_files = Split('''
+    alphadin.bst
+    LyXDocs.bib
 ''')
 
 
@@ -2273,6 +2170,8 @@ lib_doc_es_clipart_files = Split('''
     NotaEnmarcadaImg.png
     NotaLyXImagenQt4.png
     NotaSombreadaImg.png
+    Resumen.pdf
+    es_ERT.png
     etiquetaQt4.png
     flotanteQt4.png
     notapieQt4.png
@@ -2292,6 +2191,7 @@ lib_doc_eu_files = Split('''
 
 lib_doc_fr_files = Split('''
     Customization.lyx
+    EmbeddedObjects.lyx
     Extended.lyx
     FAQ.lyx
     Intro.lyx
@@ -2407,7 +2307,6 @@ lib_examples_files = Split('''
     biblioExample.bib
     chess-article.lyx
     chessgame.lyx
-    currency.lyx
     docbook_article.lyx
     europeCV.lyx
     example_lyxified.lyx
@@ -2449,8 +2348,6 @@ lib_examples_de_files = Split('''
     ItemizeBullets.lyx
     Lebenslauf.lyx
     Minipage.lyx
-    TabellenBeispiel.lyx
-    Waehrungen.lyx
     beispiel_gelyxt.lyx
     beispiel_roh.lyx
     mathed.lyx
@@ -2466,8 +2363,6 @@ lib_examples_fa_files = Split('''
 
 lib_examples_fr_files = Split('''
     AlignementDecimal.lyx
-    simplecv.lyx
-    ExemplesTableaux.lyx
     Foils.lyx
     ListesPuces.lyx
     Minipage.lyx
@@ -2475,11 +2370,13 @@ lib_examples_fr_files = Split('''
     exemple_lyxifie.lyx
     mathed.lyx
     multicol.lyx
+    simplecv.lyx
     splash.lyx
 ''')
 
 
 lib_examples_es_files = Split('''
+    ItemizeBullets.lyx
     ejemplo_con_lyx.lyx
     ejemplo_sin_lyx.lyx
     splash.lyx
@@ -2582,7 +2479,6 @@ lib_lyx2lyx_files = Split('''
 
 
 lib_lyx2lyx_extra_files = Split('''
-    ChangeLog
     Makefile.am
     lyx2lyx_version.py.in
 ''')
@@ -2633,7 +2529,12 @@ lib_layouts_files = Split('''
     ijmpd.layout
     iopart.layout
     isprs.layout
+    jarticle.layout
+    jbook.layout
     jgrga.layout
+    jreport.layout
+    jsarticle.layout
+    jsbook.layout
     kluwer.layout
     latex8.layout
     letter.layout
@@ -2666,6 +2567,9 @@ lib_layouts_files = Split('''
     svglobal.layout
     svjog.layout
     svprobth.layout
+    tarticle.layout
+    tbook.layout
+    treport.layout
 ''')
 
 
@@ -2709,18 +2613,21 @@ lib_layouts_inc_files = Split('''
     stdstruct.inc
     stdtitle.inc
     svjour.inc
+    theorems.inc
+    theorems-ams.inc
 ''')
 
 
 lib_layouts_module_files = Split('''
-    lib/layouts/url.module
-    lib/layouts/endnotes.module
-    lib/layouts/foottoend.module
-    lib/layouts/theorems-ams-withinsec.module
-    lib/layouts/theorems-ams.module
-    lib/layouts/theorems-withinsec.module
-    lib/layouts/theorems-withinchap.module
-    lib/layouts/theorems-std.module
+    endnotes.module
+    foottoend.module
+    hanging.module
+    logicalmkup.module
+    theorems-ams.module
+    theorems-ams-withinsec.module
+    theorems-std.module
+    theorems-withinsec.module
+    theorems-withinchap.module
 ''')
 
 lib_scripts_files = Split('''
@@ -2755,6 +2662,7 @@ lib_bind_files = Split('''
     math.bind
     menus.bind
     sciword.bind
+    site.bind
     xemacs.bind
 ''')
 
@@ -2779,8 +2687,12 @@ lib_bind_de_files = Split('''
 ''')
 
 
+lib_commands_files = Split('''
+    default.def
+''')
+
+
 boost_extra_files = Split('''
-    ChangeLog
     LICENSE_1_0.txt
     Makefile.am
 ''')