]> git.lyx.org Git - features.git/blobdiff - development/scons/scons_manifest.py
Move contents of paragraph_funcs.* to Text.h and Text.cpp.
[features.git] / development / scons / scons_manifest.py
index ada004755b91f786476e92b38e2fc3d606f919c3..6e1ddb854794d0801bb868c980b599cdc9280370 100644 (file)
@@ -28,7 +28,7 @@ TOP_extra_files = Split('''
 
 
 src_header_files = Split('''
-    ASpell_local.h
+    AspellChecker.h
     Author.h
     BiblioInfo.h
     Bidi.h
@@ -75,7 +75,7 @@ src_header_files = Split('''
     FuncStatus.h
     Graph.h
     HSpace.h
-    HunspellSpellChecker.h
+    HunspellChecker.h
     IndicesList.h
     InsetIterator.h
     InsetList.h
@@ -109,7 +109,6 @@ src_header_files = Split('''
     paper.h
     ParIterator.h
     Paragraph.h
-    paragraph_funcs.h
     ParagraphList.h
     ParagraphMetrics.h
     ParagraphParameters.h
@@ -208,7 +207,6 @@ src_pre_files = Split('''
     output_latex.cpp
     output_plaintext.cpp
     output_xhtml.cpp
-    paragraph_funcs.cpp
     PDFOptions.cpp
     ParIterator.cpp
     Paragraph.cpp
@@ -249,8 +247,8 @@ src_post_files = Split('''
 
 
 src_extra_src_files = Split('''
-    ASpell.cpp
-    HunspellSpellChecker.cpp
+    AspellChecker.cpp
+    HunspellChecker.cpp
     main.cpp
     Section.cpp
     Variables.cpp
@@ -926,6 +924,7 @@ src_frontends_qt4_ui_files = Split('''
     LaTeXUi.ui
     LanguageUi.ui
     ListingsUi.ui
+    ListingsSettingsUi.ui
     LogUi.ui
     MarginsUi.ui
     MathMatrixUi.ui
@@ -2768,6 +2767,7 @@ lib_layouts_inc_files = Split('''
     theorems-ams.inc
     theorems-order.inc
     theorems-proof.inc
+    theorems-proof-std.inc
     theorems-starred.inc
     theorems-starred-equivalents.inc
 ''')