]> 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 ccd7073f3fc739cbe35518d84e114310edcb9024..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
 ''')
@@ -44,6 +44,7 @@ src_header_files = Split('''
     Citation.h
     CmdDef.h
     Color.h
+    ColorSet.h
     ColorCode.h
     CompletionList.h
     Converter.h
@@ -71,7 +72,7 @@ src_header_files = Split('''
     FuncRequest.h
     FuncStatus.h
     Graph.h
-    ISpell.h
+    IndicesList.h
     InsetIterator.h
     InsetList.h
     Intl.h
@@ -83,6 +84,7 @@ src_header_files = Split('''
     Layout.h
     LayoutEnums.h
     LayoutFile.h
+    LayoutModuleList.h
     Length.h
     Lexer.h
     LyX.h
@@ -101,14 +103,13 @@ 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
@@ -172,6 +173,7 @@ src_pre_files = Split('''
     FuncRequest.cpp
     FuncStatus.cpp
     Graph.cpp
+    IndicesList.cpp
     InsetIterator.cpp
     InsetList.cpp
     Intl.cpp
@@ -182,6 +184,7 @@ src_pre_files = Split('''
     Language.cpp
     Layout.cpp
     LayoutFile.cpp
+    LayoutModuleList.cpp
     Length.cpp
     Lexer.cpp
     LyX.cpp
@@ -235,7 +238,6 @@ src_post_files = Split('''
     Dimension.cpp
     ModuleList.cpp
     PrinterParams.cpp
-    SpellBase.cpp
     Thesaurus.cpp
     boost.cpp
 ''')
@@ -243,8 +245,6 @@ src_post_files = Split('''
 
 src_extra_src_files = Split('''
     ASpell.cpp
-    ISpell.cpp
-    PSpell.cpp
     Section.cpp
     Variables.cpp
     main.cpp
@@ -272,7 +272,7 @@ src_client_files = Split('''
 
 src_client_extra_files = Split('''
     Makefile.am
-    lyxclient.man
+    lyxclient.1in
     pch.h
 ''')
 
@@ -289,6 +289,7 @@ src_support_header_files = Split('''
     SignalSlot.h
     SignalSlotPrivate.h
     Systemcall.h
+    SystemcallPrivate.h
     Timeout.h
     Translator.h
     convert.h
@@ -316,6 +317,7 @@ src_support_header_files = Split('''
     types.h
     unicode.h
     userinfo.h
+    mythes/mythes.hxx
 ''')
 
 
@@ -341,13 +343,13 @@ src_support_files = Split('''
     kill.cpp
     lassert.cpp
     lstrings.cpp
-    lyxsum.cpp
     lyxtime.cpp
     os.cpp
     qstring_helpers.cpp
     socktools.cpp
     unicode.cpp
     userinfo.cpp
+    mythes/mythes.cxx
 ''')
 
 
@@ -409,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
@@ -442,6 +442,7 @@ src_mathed_header_files = Split('''
     InsetMathDelim.h
     InsetMathDiff.h
     InsetMathDots.h
+    InsetMathEnsureMath.h
     InsetMathEnv.h
     InsetMathExFunc.h
     InsetMathExInt.h
@@ -464,6 +465,7 @@ src_mathed_header_files = Split('''
     InsetMathScript.h
     InsetMathSize.h
     InsetMathSpace.h
+    InsetMathSpecialChar.h
     InsetMathSplit.h
     InsetMathSqrt.h
     InsetMathStackrel.h
@@ -487,6 +489,7 @@ src_mathed_header_files = Split('''
     MathMacroArgument.h
     MathMacroTemplate.h
     MathParser.h
+    MathParser_flags.h
     MathStream.h
     MathSupport.h
     ReplaceData.h
@@ -511,6 +514,7 @@ src_mathed_files = Split('''
     InsetMathDelim.cpp
     InsetMathDiff.cpp
     InsetMathDots.cpp
+    InsetMathEnsureMath.cpp
     InsetMathEnv.cpp
     InsetMathExFunc.cpp
     InsetMathExInt.cpp
@@ -533,6 +537,7 @@ src_mathed_files = Split('''
     InsetMathScript.cpp
     InsetMathSize.cpp
     InsetMathSpace.cpp
+    InsetMathSpecialChar.cpp
     InsetMathSplit.cpp
     InsetMathSqrt.cpp
     InsetMathStackrel.cpp
@@ -585,12 +590,12 @@ src_tex2lyx_header_files = Split('''
 
 
 src_tex2lyx_files = Split('''
+    boost.cpp
     Context.cpp
     Font.cpp
-    Parser.cpp
-    boost.cpp
     gettext.cpp
     math.cpp
+    Parser.cpp
     preamble.cpp
     table.cpp
     tex2lyx.cpp
@@ -606,27 +611,34 @@ src_tex2lyx_copied_header_files = Split('''
 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
-    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
@@ -634,12 +646,11 @@ src_frontends_header_files = Split('''
     KeyModifier.h
     KeySymbol.h
     LyXView.h
+    mouse_state.h
     Painter.h
     Selection.h
     WorkArea.h
     WorkAreaManager.h
-    alert.h
-    mouse_state.h
 ''')
 
 
@@ -686,6 +697,7 @@ src_frontends_qt4_header_files = Split('''
     DockView.h
     EmptyTable.h
     FileDialog.h
+    FindAndReplace.h
     FloatPlacement.h
     GuiAbout.h
     GuiApplication.h
@@ -718,6 +730,8 @@ src_frontends_qt4_header_files = Split('''
     GuiIdListModel.h
     GuiImage.h
     GuiInclude.h
+    GuiIndex.h
+    GuiIndices.h
     GuiInfo.h
     GuiKeySymbol.h
     GuiLabel.h
@@ -728,8 +742,10 @@ src_frontends_qt4_header_files = Split('''
     GuiNote.h
     GuiPainter.h
     GuiParagraph.h
+    GuiPhantom.h
     GuiPrefs.h
     GuiPrint.h
+    GuiPrintindex.h
     GuiRef.h
     GuiSearch.h
     GuiSelection.h
@@ -775,6 +791,7 @@ src_frontends_qt4_files = Split('''
     ColorCache.cpp
     CustomizedWidgets.cpp
     EmptyTable.cpp
+    FindAndReplace.cpp
     FileDialog.cpp
     FloatPlacement.cpp
     GuiAbout.cpp
@@ -808,6 +825,8 @@ src_frontends_qt4_files = Split('''
     GuiIdListModel.cpp 
     GuiImage.cpp
     GuiInclude.cpp
+    GuiIndex.cpp
+    GuiIndices.cpp
     GuiInfo.cpp
     GuiKeySymbol.cpp
     GuiLabel.cpp
@@ -818,8 +837,10 @@ src_frontends_qt4_files = Split('''
     GuiNote.cpp
     GuiPainter.cpp
     GuiParagraph.cpp
+    GuiPhantom.cpp
     GuiPrefs.cpp
     GuiPrint.cpp
+    GuiPrintindex.cpp
     GuiRef.cpp
     GuiSearch.cpp
     GuiSelection.cpp
@@ -882,6 +903,7 @@ src_frontends_qt4_ui_files = Split('''
     ERTUi.ui
     ErrorListUi.ui
     ExternalUi.ui
+    FindAndReplaceUi.ui
     FloatPlacementUi.ui
     FloatUi.ui
     FontUi.ui
@@ -889,6 +911,8 @@ src_frontends_qt4_ui_files = Split('''
     HSpaceUi.ui
     HyperlinkUi.ui
     IncludeUi.ui
+    IndexUi.ui
+    IndicesUi.ui
     InfoUi.ui
     LabelUi.ui
     LaTeXUi.ui
@@ -898,12 +922,15 @@ 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
@@ -925,6 +952,7 @@ src_frontends_qt4_ui_files = Split('''
     PrefUi.ui
     PrefsUi.ui
     PrintUi.ui
+    PrintindexUi.ui
     RefUi.ui
     SearchUi.ui
     SendtoUi.ui
@@ -938,6 +966,7 @@ src_frontends_qt4_ui_files = Split('''
     TextLayoutUi.ui
     ThesaurusUi.ui
     TocUi.ui
+    ToggleWarningUi.ui
     VSpaceUi.ui
     ViewSourceUi.ui
     WrapUi.ui
@@ -989,6 +1018,7 @@ src_insets_header_files = Split('''
     InsetNomencl.h
     InsetNote.h
     InsetOptArg.h
+    InsetPhantom.h
     InsetQuotes.h
     InsetRef.h
     InsetSpace.h
@@ -1043,6 +1073,7 @@ src_insets_files = Split('''
     InsetNomencl.cpp
     InsetNote.cpp
     InsetOptArg.cpp
+    InsetPhantom.cpp
     InsetQuotes.cpp
     InsetRef.cpp
     InsetSpace.cpp
@@ -1159,6 +1190,7 @@ po_extra_files = Split('''
     POTFILES.in
     README
     Rules-quot
+    ar.po
     bg.po
     boldquot.sed
     ca.po
@@ -1167,6 +1199,7 @@ po_extra_files = Split('''
     de.po
     en@boldquot.header
     en@quot.header
+    en.po
     es.po
     eu.po
     fi.po
@@ -1175,6 +1208,7 @@ po_extra_files = Split('''
     he.po
     hu.po
     insert-header.sin
+    id.po
     it.po
     ja.po
     ko.po
@@ -1194,6 +1228,7 @@ po_extra_files = Split('''
     sl.po
     sv.po
     tr.po
+    uk.po
     wa.po
     zh_CN.po
     zh_TW.po
@@ -1265,22 +1300,23 @@ 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
@@ -1289,6 +1325,7 @@ lib_templates_files = Split('''
     koma-letter2.lyx
     latex8.lyx
     letter.lyx
+    README.new_templates
     revtex.lyx
     revtex4.lyx
     slides.lyx
@@ -1325,22 +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
@@ -1352,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
@@ -1396,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
@@ -1423,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
@@ -1594,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
@@ -1646,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
@@ -1914,6 +1982,7 @@ lib_images_math_files = Split('''
     underset.png
     uparrow.png
     uparrow2.png
+    update-others.png
     updownarrow.png
     updownarrow2.png
     upharpoonleft.png
@@ -1948,6 +2017,7 @@ lib_images_math_files = Split('''
     veebar.png
     vert.png
     vert2.png
+    view-others.png
     vphantom.png
     wedge.png
     widehat.png
@@ -2009,12 +2079,11 @@ lib_doc_files = Split('''
     DummyTextDocument.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
     Formula-numbering.lyx
     Intro.lyx
     LaTeXConfig.lyx
+    LFUNs.lyx
     Math.lyx
-    Reference.lyx
     Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
@@ -2048,6 +2117,7 @@ lib_doc_clipart_files = Split('''
     footnoteQt4.png
     labelQt4.png
     macrobox.png
+    MacroToolbar.png
     macrouse.png
     mbox.png
     mobius.eps
@@ -2061,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
 ''')
 
 
@@ -2080,7 +2152,6 @@ lib_doc_de_files = Split('''
     DummyTextDocument.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
     Formelnummerierung.lyx
     Intro.lyx
     Math.lyx
@@ -2111,15 +2182,16 @@ lib_doc_da_files = Split('''
 
 
 lib_doc_es_files = Split('''
+    Customization.lyx
     DocumentoPostizo1.lyx
     DocumentoPostizo2.lyx
     DocumentoTextoPostizo.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
     Formula-numbering.lyx
     Intro.lyx
     Math.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2134,6 +2206,7 @@ lib_doc_es_clipart_files = Split('''
     NotaLyXImagenQt4.png
     Resumen.pdf
     es_ERT.png
+    es_ToolbarEnvBox.png
     etiquetaQt4.png
     flotanteQt4.png
     notapieQt4.png
@@ -2144,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
@@ -2158,10 +2230,10 @@ lib_doc_fr_files = Split('''
     DocumentTexteBidon.txt
     EmbeddedObjects.lyx
     Extended.lyx
-    FAQ.lyx
     Formula-numbering.lyx
     Intro.lyx
     Math.lyx
+    Shortcuts.lyx
     Tutorial.lyx
     UserGuide.lyx
 ''')
@@ -2179,7 +2251,7 @@ lib_doc_fr_clipart_files = Split('''
 ''')
 
 
-lib_doc_gl_extra_files = Split('''
+lib_doc_gl_files = Split('''
     Intro.lyx
     Tutorial.lyx
 ''')
@@ -2197,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
@@ -2212,17 +2297,21 @@ lib_doc_it_clipart_files = Split('''
 
 
 lib_doc_ja_files = Split('''
-    FAQ.lyx
+    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
 ''')
 
 
@@ -2256,7 +2345,6 @@ lib_doc_ro_files = Split('''
 
 
 lib_doc_ru_files = Split('''
-    FAQ.lyx
     Intro.lyx
     Tutorial.lyx
 ''')
@@ -2280,16 +2368,20 @@ lib_doc_sv_files = Split('''
 ''')
 
 
+lib_doc_uk_files = Split('''
+    Intro.lyx
+''')
+
+
+lib_doc_uk_clipart_files = Split('''
+    FootnoteQT4.png
+''')
+
+
 lib_examples_files = Split('''
-    Braille.lyx
-    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
@@ -2307,33 +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
+    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
 ''')
 
@@ -2349,12 +2453,13 @@ 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
+    linguistics.lyx
     multicol.lyx
     serienbrief1.lyx
     serienbrief2.lyx
@@ -2372,7 +2477,6 @@ lib_examples_fr_files = Split('''
     AlignementDecimal.lyx
     Foils.lyx
     ListesPuces.lyx
-    Minipage.lyx
     exemple_brut.lyx
     exemple_lyxifie.lyx
     multicol.lyx
@@ -2382,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
 ''')
 
@@ -2396,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
@@ -2417,6 +2524,11 @@ lib_examples_hu_files = Split('''
 ''')
 
 
+lib_examples_id_files = Split('''
+    splash.lyx
+''')
+
+
 lib_examples_it_files = Split('''
     ItemizeBullets.lyx
     splash.lyx
@@ -2464,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
@@ -2483,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
@@ -2496,10 +2614,11 @@ 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.layout
@@ -2522,6 +2641,7 @@ lib_layouts_files = Split('''
     dtk.layout
     egs.layout
     elsart.layout
+    elsarticle.layout
     entcs.layout
     europecv.layout
     extarticle.layout
@@ -2535,6 +2655,7 @@ lib_layouts_files = Split('''
     heb-article.layout
     heb-letter.layout
     hollywood.layout
+    IEEEtran.layout
     ijmpc.layout
     ijmpd.layout
     iopart.layout
@@ -2562,6 +2683,7 @@ lib_layouts_files = Split('''
     mwrep.layout
     paper.layout
     powerdot.layout
+    recipebook.layout
     report.layout
     revtex.layout
     revtex4.layout
@@ -2573,10 +2695,13 @@ lib_layouts_files = Split('''
     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
@@ -2641,6 +2766,8 @@ lib_layouts_module_files = Split('''
     linguistics.module
     logicalmkup.module
     minimalistic.module
+    noweb.module
+    sweave.module
     theorems-ams-extended.module
     theorems-ams.module
     theorems-chap.module
@@ -2664,6 +2791,7 @@ lib_scripts_files = Split('''
     legacy_lyxpreview2ppm.py
     listerrors
     lyxpreview2bitmap.py
+    lyxpreview-platex2bitmap.py
     lyxpreview_tools.py
     tex_copy.py
 ''')