]> git.lyx.org Git - lyx.git/blobdiff - development/scons/scons_manifest.py
fix SCons
[lyx.git] / development / scons / scons_manifest.py
index ba646dfcd6dd079883c20abe5aa0763f2b54e9cd..3af6c75674ae9b8368495986c8ae9066048d733d 100644 (file)
@@ -310,8 +310,6 @@ src_support_header_files = Split('''
     ProgressInterface.h
     qstring_helpers.h
     RandomAccessList.h
-    SignalSlot.h
-    SignalSlotPrivate.h
     socktools.h
     Systemcall.h
     SystemcallPrivate.h
@@ -346,8 +344,6 @@ src_support_files = Split('''
     Package.cpp
     Path.cpp
     qstring_helpers.cpp
-    SignalSlot.cpp
-    SignalSlotPrivate.cpp
     socktools.cpp
     Systemcall.cpp
     Timeout.cpp
@@ -374,6 +370,7 @@ src_support_extra_src_files = Split('''
 src_support_extra_files = Split('''
     Makefile.am
     pch.h
+    mythes/license.readme
 ''')
 
 
@@ -994,7 +991,6 @@ src_frontends_qt4_ui_files = Split('''
 
 
 src_frontends_qt4_ui_extra_files = Split('''
-    compile_uic.sh
     Makefile.am    
 ''')
 
@@ -1039,6 +1035,7 @@ src_insets_header_files = Split('''
     InsetNote.h
     InsetOptArg.h
     InsetPhantom.h
+    InsetPreview.h
     InsetQuotes.h
     InsetRef.h
     InsetSpace.h
@@ -1094,6 +1091,7 @@ src_insets_files = Split('''
     InsetNote.cpp
     InsetOptArg.cpp
     InsetPhantom.cpp
+    InsetPreview.cpp
     InsetQuotes.cpp
     InsetRef.cpp
     InsetSpace.cpp
@@ -1357,6 +1355,17 @@ lib_templates_files = Split('''
 ''')
 
 
+lib_templates_thesis_files = Split('''
+    Acknowledgments.lyx
+    alpha.bst
+    chapter-1.lyx
+    chapter-2.lyx
+    Summary.lyx
+    thesis.lyx
+    thesisExample.bib
+''')
+
+
 lib_ui_files = Split('''
     classic.ui
     default.ui
@@ -2802,6 +2811,7 @@ lib_layouts_inc_files = Split('''
     numrevtex.inc
     scrclass.inc
     stdcharstyles.inc
+    stdciteformats.inc
     stdclass.inc
     stdcounters.inc
     stdcustom.inc
@@ -2810,6 +2820,7 @@ lib_layouts_inc_files = Split('''
     stdlayouts.inc
     stdletter.inc
     stdlists.inc
+    stdrefprefix.inc
     stdsections.inc
     stdstarsections.inc
     stdstruct.inc
@@ -2855,6 +2866,7 @@ lib_layouts_module_files = Split('''
 ''')
 
 lib_scripts_files = Split('''
+    bash_completion
     clean_dvi.py
     convertDefault.py
     csv2lyx.py