]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
adjust
[lyx.git] / development / scons / scons_manifest.py
index ca1abad02dde99197a7b212d7d9802f848940be3..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
@@ -467,7 +459,6 @@ src_graphics_files = Split('''
 
 
 src_graphics_extra_files = Split('''
-    ChangeLog
     Makefile.am
     pch.h
 ''')
@@ -479,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
@@ -496,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
@@ -525,7 +509,6 @@ src_mathed_header_files = Split('''
     InsetMathString.h
     InsetMathSubstack.h
     InsetMathSymbol.h
-    InsetMathTFrac.h
     InsetMathTabular.h
     InsetMathUnderset.h
     InsetMathUnknown.h
@@ -555,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
@@ -572,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
@@ -601,7 +577,6 @@ src_mathed_files = Split('''
     InsetMathString.cpp
     InsetMathSubstack.cpp
     InsetMathSymbol.cpp
-    InsetMathTFrac.cpp
     InsetMathTabular.cpp
     InsetMathUnderset.cpp
     InsetMathUnknown.cpp
@@ -625,7 +600,6 @@ src_mathed_files = Split('''
 
 src_mathed_extra_files = Split('''
     BUGS
-    ChangeLog
     InsetFormulaMacro.cpp
     InsetFormulaMacro.h
     InsetMathMBox.cpp
@@ -675,7 +649,6 @@ src_tex2lyx_copied_files = Split('''
 
 
 src_tex2lyx_extra_files = Split('''
-    ChangeLog
     Makefile.am
     pch.h
     test-insets.tex
@@ -686,7 +659,6 @@ src_tex2lyx_extra_files = Split('''
 
 
 src_frontends_header_files = Split('''
-    Alert_pimpl.h
     Application.h
     Clipboard.h
     Dialogs.h
@@ -694,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
 ''')
 
@@ -711,111 +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('''
-    ButtonPolicy.h
-    ControlBibtex.h
-    ControlBox.h
-    ControlBranch.h
-    ControlChanges.h
-    ControlCharacter.h
-    ControlCitation.h
-    ControlCommand.h
-    ControlCommandBuffer.h
-    ControlDocument.h
-    ControlEmbeddedFiles.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('''
-    ButtonPolicy.cpp
-    ControlBibtex.cpp
-    ControlBox.cpp
-    ControlBranch.cpp
-    ControlChanges.cpp
-    ControlCharacter.cpp
-    ControlCitation.cpp
-    ControlCommand.cpp
-    ControlCommandBuffer.cpp
-    ControlDocument.cpp
-    ControlEmbeddedFiles.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('''
-    ChangeLog
     Makefile.am
     pch.h
 ''')
@@ -836,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
     ButtonController.h
     ColorCache.h
+    CustomizedWidgets.h
+    DialogView.h
     DockView.h
     EmptyTable.h
     FloatPlacement.h
@@ -860,7 +744,6 @@ src_frontends_qt4_header_files = Split('''
     GuiDelimiter.h
     GuiDialog.h
     GuiDocument.h
-    GuiEmbeddedFiles.h
     GuiErrorList.h
     GuiERT.h
     GuiExternal.h
@@ -869,6 +752,7 @@ src_frontends_qt4_header_files = Split('''
     GuiFontLoader.h
     GuiGraphics.h
     GuiGraphicsUi.h
+    GuiHyperlink.h
     GuiImage.h
     GuiImplementation.h
     GuiInclude.h
@@ -876,6 +760,7 @@ src_frontends_qt4_header_files = Split('''
     GuiKeySymbol.h
     GuiListings.h
     GuiLog.h
+    GuiMath.h
     GuiMathMatrix.h
     GuiMenubar.h
     GuiNomencl.h
@@ -899,7 +784,7 @@ src_frontends_qt4_header_files = Split('''
     GuiThesaurus.h
     GuiToc.h
     GuiToolbar.h
-    GuiURL.h
+    GuiToolbars.h
     GuiView.h
     GuiViewSource.h
     GuiVSpace.h
@@ -907,6 +792,7 @@ src_frontends_qt4_header_files = Split('''
     GuiWrap.h
     IconPalette.h
     InsertTableWidget.h
+    LaTeXHighlighter.h
     LengthCombo.h
     LyXFileDialog.h
     PanelStack.h
@@ -915,20 +801,23 @@ src_frontends_qt4_header_files = Split('''
     Validator.h
     qlkey.h
     qt_helpers.h
-    socket_callback.h
 ''')
 
 
 src_frontends_qt4_files = Split('''
+               ../ButtonPolicy.cpp
+               ../Dialog.cpp
     Action.cpp
     BulletsModule.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
@@ -944,7 +833,6 @@ src_frontends_qt4_files = Split('''
     GuiDelimiter.cpp
     GuiDialog.cpp
     GuiDocument.cpp
-    GuiEmbeddedFiles.cpp
     GuiErrorList.cpp
     GuiERT.cpp
     GuiExternal.cpp
@@ -953,6 +841,7 @@ src_frontends_qt4_files = Split('''
     GuiFontLoader.cpp
     GuiFontMetrics.cpp
     GuiGraphics.cpp
+    GuiHyperlink.cpp
     GuiImage.cpp
     GuiImplementation.cpp
     GuiInclude.cpp
@@ -960,6 +849,7 @@ src_frontends_qt4_files = Split('''
     GuiKeySymbol.cpp
     GuiListings.cpp
     GuiLog.cpp
+    GuiMath.cpp
     GuiMathMatrix.cpp
     GuiMenubar.cpp
     GuiNomencl.cpp
@@ -983,7 +873,7 @@ src_frontends_qt4_files = Split('''
     GuiThesaurus.cpp
     GuiToc.cpp
     GuiToolbar.cpp
-    GuiURL.cpp
+    GuiToolbars.cpp
     GuiView.cpp
     GuiViewSource.cpp
     GuiVSpace.cpp
@@ -992,19 +882,17 @@ src_frontends_qt4_files = Split('''
     IconPalette.cpp
     InsertTableWidget.cpp
     LengthCombo.cpp
+    LaTeXHighlighter.cpp
     LyXFileDialog.cpp
     PanelStack.cpp
     TocModel.cpp
     TocWidget.cpp
     Validator.cpp
-    alert_pimpl.cpp
     qt_helpers.cpp
-    socket_callback.cpp
 ''')
 
 
 src_frontends_qt4_extra_files = Split('''
-    ChangeLog
     GuiFontMetrics.h
     Makefile.am
     README
@@ -1028,14 +916,15 @@ src_frontends_qt4_ui_files = Split('''
     CitationUi.ui
     DelimiterUi.ui
     DocumentUi.ui
-    EmbeddedFilesUi.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
@@ -1050,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
@@ -1066,6 +954,7 @@ src_frontends_qt4_ui_files = Split('''
     PrefPlaintextUi.ui
     PrefPrinterUi.ui
     PrefScreenFontsUi.ui
+    PrefShortcutsUi.ui
     PrefSpellcheckerUi.ui
     PrefUi.ui
     PrefsUi.ui
@@ -1073,6 +962,7 @@ src_frontends_qt4_ui_files = Split('''
     RefUi.ui
     SearchUi.ui
     SendtoUi.ui
+    ShortcutUi.ui
     ShowFileUi.ui
     SpellcheckerUi.ui
     TabularCreateUi.ui
@@ -1081,7 +971,6 @@ src_frontends_qt4_ui_files = Split('''
     TextLayoutUi.ui
     ThesaurusUi.ui
     TocUi.ui
-    URLUi.ui
     VSpaceUi.ui
     ViewSourceUi.ui
     WrapUi.ui
@@ -1105,6 +994,7 @@ src_insets_header_files = Split('''
     InsetBranch.h
     InsetCaption.h
     InsetCitation.h
+    InsetCode.h
     InsetCollapsable.h
     InsetCommand.h
     InsetCommandParams.h
@@ -1119,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
@@ -1138,7 +1031,6 @@ src_insets_header_files = Split('''
     InsetTOC.h
     InsetTabular.h
     InsetText.h
-    InsetUrl.h
     InsetVSpace.h
     InsetWrap.h
     MailInset.h
@@ -1174,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
@@ -1193,7 +1087,6 @@ src_insets_files = Split('''
     InsetTOC.cpp
     InsetTabular.cpp
     InsetText.cpp
-    InsetUrl.cpp
     InsetVSpace.cpp
     InsetWrap.cpp
     MailInset.cpp
@@ -1204,7 +1097,6 @@ src_insets_files = Split('''
 
 
 src_insets_extra_files = Split('''
-    ChangeLog
     InsetTheorem.cpp
     InsetTheorem.h
     Makefile.am
@@ -1260,7 +1152,6 @@ intl_files = Split('''
 
 
 intl_extra_files = Split('''
-    ChangeLog
     VERSION
     config.charset
     libgnuintl.h.in
@@ -1276,7 +1167,6 @@ intl_extra_files = Split('''
 
 
 config_extra_files = Split('''
-    ChangeLog
     Makefile.am
     common.am
     config.guess
@@ -1303,7 +1193,6 @@ sourcedoc_extra_files = Split('''
 
 
 po_extra_files = Split('''
-    ChangeLog
     LINGUAS
     Makefile.in.in
     Makevars
@@ -1365,7 +1254,6 @@ lib_files = Split('''
 
 
 lib_extra_files = Split('''
-    ChangeLog
     Makefile.am
     autocorrect
     build-listerrors
@@ -1461,6 +1349,7 @@ lib_fonts_files = Split('''
     cmmi10.ttf
     cmr10.ttf
     cmsy10.ttf
+    esint10.ttf
     eufm10.ttf
     msam10.ttf
     msbm10.ttf
@@ -1528,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
@@ -1544,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
@@ -1590,7 +1490,6 @@ lib_images_files = Split('''
     undo.png
     unknown.png
     up.png
-    url-insert.png
 ''')
 
 
@@ -2118,6 +2017,10 @@ lib_images_math_extra_files = Split('''
 ''')
 
 
+lib_images_commands_files = Split('''
+''')
+
+
 lib_images_attic_extra_files = Split('''
     dialog-show_mathpanel.png
 ''')
@@ -2142,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
 ''')
@@ -2190,7 +2094,6 @@ lib_doc_clipart_files = Split('''
 
 
 lib_doc_extra_files = Split('''
-    ChangeLog
     Makefile.am
     Makefile.depend
     README.Documentation
@@ -2219,6 +2122,7 @@ lib_doc_de_files = Split('''
 
 
 lib_doc_de_clipart_files = Split('''
+    ERT.png
     ExternesMaterialQt4.png
     FussnoteQt4.png
     GerahmteNotizQt4.png
@@ -2247,6 +2151,7 @@ lib_doc_es_files = Split('''
     Extended.lyx
     Intro.lyx
     Tutorial.lyx
+    UserGuide.lyx
 ''')
 
 
@@ -2286,6 +2191,7 @@ lib_doc_eu_files = Split('''
 
 lib_doc_fr_files = Split('''
     Customization.lyx
+    EmbeddedObjects.lyx
     Extended.lyx
     FAQ.lyx
     Intro.lyx
@@ -2401,7 +2307,6 @@ lib_examples_files = Split('''
     biblioExample.bib
     chess-article.lyx
     chessgame.lyx
-    currency.lyx
     docbook_article.lyx
     europeCV.lyx
     example_lyxified.lyx
@@ -2443,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
@@ -2460,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
@@ -2469,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
@@ -2576,7 +2479,6 @@ lib_lyx2lyx_files = Split('''
 
 
 lib_lyx2lyx_extra_files = Split('''
-    ChangeLog
     Makefile.am
     lyx2lyx_version.py.in
 ''')
@@ -2627,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
@@ -2660,6 +2567,9 @@ lib_layouts_files = Split('''
     svglobal.layout
     svjog.layout
     svprobth.layout
+    tarticle.layout
+    tbook.layout
+    treport.layout
 ''')
 
 
@@ -2709,14 +2619,15 @@ lib_layouts_inc_files = Split('''
 
 
 lib_layouts_module_files = Split('''
-    lib/layouts/endnotes.module
-    lib/layouts/foottoend.module
-    lib/layouts/theorems-ams.module
-    lib/layouts/theorems-ams-withinsec.module
-    lib/layouts/theorems-std.module
-    lib/layouts/theorems-withinsec.module
-    lib/layouts/theorems-withinchap.module
-    lib/layouts/url.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('''
@@ -2751,6 +2662,7 @@ lib_bind_files = Split('''
     math.bind
     menus.bind
     sciword.bind
+    site.bind
     xemacs.bind
 ''')
 
@@ -2775,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
 ''')