]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
examples/he: - new splash.lyx
[lyx.git] / development / scons / scons_manifest.py
index 1c69a5f4d6758f98b05f9d5eb39fddf73061fb22..cb794eec4987a4eb9cacbf73d6d3ef937591c3fd 100644 (file)
@@ -726,6 +726,7 @@ src_frontends_controllers_header_files = Split('''
     ControlFloat.h
     ControlGraphics.h
     ControlInclude.h
+    ControlListings.h
     ControlLog.h
     ControlMath.h
     ControlNote.h
@@ -771,6 +772,7 @@ src_frontends_controllers_files = Split('''
     ControlFloat.cpp
     ControlGraphics.cpp
     ControlInclude.cpp
+    ControlListings.cpp
     ControlLog.cpp
     ControlMath.cpp
     ControlNote.cpp
@@ -866,6 +868,7 @@ src_frontends_qt4_header_files = Split('''
     QInclude.h
     QIndex.h
     QKeySymbol.h
+    QListings.h
     QLImage.h
     QLMenubar.h
     QLPainter.h
@@ -955,6 +958,7 @@ src_frontends_qt4_files = Split('''
     QInclude.cpp
     QIndex.cpp
     QKeySymbol.cpp
+    QListings.cpp
     QLImage.cpp
     QLMenubar.cpp
     QLPainter.cpp
@@ -1030,6 +1034,7 @@ src_frontends_qt4_moc_files = Split('''
     QGraphicsDialog.cpp
     QInclude.cpp
     QIndex.cpp
+    QListings.cpp
     QLMenubar.cpp
     QLPopupMenu.cpp
     QLPrintDialog.cpp
@@ -1101,6 +1106,7 @@ src_frontends_qt4_ui_files = Split('''
     IndexUi.ui
     LaTeXUi.ui
     LanguageUi.ui
+    ListingsUi.ui
     LogUi.ui
     MarginsUi.ui
     MathMatrixUi.ui
@@ -1183,6 +1189,8 @@ src_insets_header_files = Split('''
     InsetIndex.h
     InsetLabel.h
     InsetLine.h
+    InsetListings.h
+    InsetListingsParams.h
     InsetMarginal.h
     InsetNewline.h
     InsetNomencl.h
@@ -1236,6 +1244,8 @@ src_insets_files = Split('''
     InsetIndex.cpp
     InsetLabel.cpp
     InsetLine.cpp
+    InsetListings.cpp
+    InsetListingsParams.cpp
     InsetMarginal.cpp
     InsetNewline.cpp
     InsetNomencl.cpp
@@ -1619,7 +1629,9 @@ lib_images_files = Split('''
     tabular-feature_set-all-lines.xpm
     tabular-feature_set-longtabular.xpm
     tabular-feature_set-rotate-cell.xpm
+    tabular-feature_toggle-rotate-cell.xpm
     tabular-feature_set-rotate-tabular.xpm
+    tabular-feature_toggle-rotate-tabular.xpm
     tabular-feature_toggle-line-bottom.xpm
     tabular-feature_toggle-line-left.xpm
     tabular-feature_toggle-line-right.xpm
@@ -2406,6 +2418,7 @@ lib_examples_files = Split('''
     iecc12.fen
     landslide.lyx
     listerrors.lyx
+    listings.lyx
     mathed.lyx
     modernCV.lyx
     multicol.lyx
@@ -2474,9 +2487,9 @@ lib_examples_eu_files = Split('''
 
 
 lib_examples_he_files = Split('''
+    example_lyxified.lyx
     example_raw.lyx
-    he_example_lyxified.lyx
-    he_example_raw.lyx
+    splash.lyx
 ''')