X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fscons%2Fscons_manifest.py;h=bba4c29cdf65f9cb03de8e23aca96a8ffdb39add;hb=04a171cac68cded95b1c4018d26ca50cb191ffa4;hp=6815e591b873a573f09d66c3f4a3a64f2836ce38;hpb=6a0cdc2a1ee6b20436e00d6432dbcc2de02ba7b9;p=lyx.git diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index 6815e591b8..bba4c29cdf 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -44,6 +44,7 @@ src_header_files = Split(''' Citation.h CmdDef.h Color.h + ColorSet.h ColorCode.h CompletionList.h Converter.h @@ -71,6 +72,7 @@ src_header_files = Split(''' FuncRequest.h FuncStatus.h Graph.h + IndicesList.h InsetIterator.h InsetList.h Intl.h @@ -82,6 +84,7 @@ src_header_files = Split(''' Layout.h LayoutEnums.h LayoutFile.h + LayoutModuleList.h Length.h Lexer.h LyX.h @@ -106,7 +109,7 @@ src_header_files = Split(''' ServerSocket.h Session.h Spacing.h - SpellBase.h + SpellChecker.h TexRow.h Text.h TextClass.h @@ -170,6 +173,7 @@ src_pre_files = Split(''' FuncRequest.cpp FuncStatus.cpp Graph.cpp + IndicesList.cpp InsetIterator.cpp InsetList.cpp Intl.cpp @@ -180,6 +184,7 @@ src_pre_files = Split(''' Language.cpp Layout.cpp LayoutFile.cpp + LayoutModuleList.cpp Length.cpp Lexer.cpp LyX.cpp @@ -233,7 +238,6 @@ src_post_files = Split(''' Dimension.cpp ModuleList.cpp PrinterParams.cpp - SpellBase.cpp Thesaurus.cpp boost.cpp ''') @@ -268,7 +272,7 @@ src_client_files = Split(''' src_client_extra_files = Split(''' Makefile.am - lyxclient.man + lyxclient.1in pch.h ''') @@ -285,6 +289,7 @@ src_support_header_files = Split(''' SignalSlot.h SignalSlotPrivate.h Systemcall.h + SystemcallPrivate.h Timeout.h Translator.h convert.h @@ -312,6 +317,7 @@ src_support_header_files = Split(''' types.h unicode.h userinfo.h + mythes/mythes.hxx ''') @@ -343,6 +349,7 @@ src_support_files = Split(''' socktools.cpp unicode.cpp userinfo.cpp + mythes/mythes.cxx ''') @@ -583,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 @@ -608,17 +615,18 @@ src_tex2lyx_copied_files = Split(''' 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 - tex2lyx.1 + tex2lyx.1in test/box-color-size-space-align.tex test/DummyDocument.tex test/foo.eps @@ -630,6 +638,7 @@ src_tex2lyx_extra_files = Split(''' src_frontends_header_files = Split(''' + alert.h Application.h Clipboard.h FontLoader.h @@ -637,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 ''') @@ -722,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 @@ -732,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 @@ -813,6 +825,8 @@ src_frontends_qt4_files = Split(''' GuiIdListModel.cpp GuiImage.cpp GuiInclude.cpp + GuiIndex.cpp + GuiIndices.cpp GuiInfo.cpp GuiKeySymbol.cpp GuiLabel.cpp @@ -823,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 @@ -895,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 @@ -908,9 +926,11 @@ src_frontends_qt4_ui_files = Split(''' NomenclUi.ui NoteUi.ui NumberingUi.ui + OutputUi.ui PageLayoutUi.ui ParagraphUi.ui PDFSupportUi.ui + PhantomUi.ui PreambleUi.ui PrefColorsUi.ui PrefCompletionUi.ui @@ -932,6 +952,7 @@ src_frontends_qt4_ui_files = Split(''' PrefUi.ui PrefsUi.ui PrintUi.ui + PrintindexUi.ui RefUi.ui SearchUi.ui SendtoUi.ui @@ -945,6 +966,7 @@ src_frontends_qt4_ui_files = Split(''' TextLayoutUi.ui ThesaurusUi.ui TocUi.ui + ToggleWarningUi.ui VSpaceUi.ui ViewSourceUi.ui WrapUi.ui @@ -996,6 +1018,7 @@ src_insets_header_files = Split(''' InsetNomencl.h InsetNote.h InsetOptArg.h + InsetPhantom.h InsetQuotes.h InsetRef.h InsetSpace.h @@ -1050,6 +1073,7 @@ src_insets_files = Split(''' InsetNomencl.cpp InsetNote.cpp InsetOptArg.cpp + InsetPhantom.cpp InsetQuotes.cpp InsetRef.cpp InsetSpace.cpp @@ -1184,6 +1208,7 @@ po_extra_files = Split(''' he.po hu.po insert-header.sin + id.po it.po ja.po ko.po @@ -1337,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 @@ -1415,6 +1453,8 @@ lib_images_files = Split(''' 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 @@ -1615,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 @@ -1667,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 @@ -1935,6 +1982,7 @@ lib_images_math_files = Split(''' underset.png uparrow.png uparrow2.png + update-others.png updownarrow.png updownarrow2.png upharpoonleft.png @@ -1969,6 +2017,7 @@ lib_images_math_files = Split(''' veebar.png vert.png vert2.png + view-others.png vphantom.png wedge.png widehat.png @@ -2184,6 +2233,7 @@ lib_doc_fr_files = Split(''' Formula-numbering.lyx Intro.lyx Math.lyx + Shortcuts.lyx Tutorial.lyx UserGuide.lyx ''') @@ -2219,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 @@ -2366,6 +2429,7 @@ lib_examples_files = Split(''' serial_letter3.lyx simplecv.lyx splash.lyx + sweave.lyx xyfigure.png xypic.lyx ''') @@ -2395,6 +2459,7 @@ lib_examples_de_files = Split(''' Dezimal.lyx ItemizeBullets.lyx Lebenslauf.lyx + linguistics.lyx multicol.lyx serienbrief1.lyx serienbrief2.lyx @@ -2421,9 +2486,11 @@ lib_examples_fr_files = Split(''' lib_examples_es_files = Split(''' + Braille.lyx ejemplo_con_lyx.lyx ejemplo_sin_lyx.lyx ItemizeBullets.lyx + linguistics.lyx multicol.lyx splash.lyx ''') @@ -2457,6 +2524,11 @@ lib_examples_hu_files = Split(''' ''') +lib_examples_id_files = Split(''' + splash.lyx +''') + + lib_examples_it_files = Split(''' ItemizeBullets.lyx splash.lyx @@ -2504,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 @@ -2689,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