]> git.lyx.org Git - lyx.git/blobdiff - development/scons/SConstruct
Introduce InsetPreview.
[lyx.git] / development / scons / SConstruct
index 6b67cb2fb896e5ed41e3fd03e5a6cc8a343e9ada..c4135706ec9a6105d995dac92d2ccdfbf1d5d6aa 100644 (file)
@@ -834,10 +834,10 @@ else:
 # check the size of wchar_t
 sizeof_wchar_t = conf.CheckSizeOfWChar()
 # something wrong
-#if sizeof_wchar_t == 0:
-#    print 'Error: Can not determine the size of wchar_t.'
-#    print 'Please check config.log for more information.'
-#    Exit(1)
+if sizeof_wchar_t == 0:
+    print 'Error: Can not determine the size of wchar_t.'
+    print 'Please check config.log for more information.'
+    Exit(1)
 
 
 # fill in the version info
@@ -1926,6 +1926,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
             ('lyx2lyx', lib_lyx2lyx_files),
             ('scripts', lib_scripts_files),
             ('templates', lib_templates_files),
+            ('templates/thesis', lib_templates_thesis_files),
             ('tex', lib_tex_files),
             ('ui', lib_ui_files)]:
         dirs.append(env.Install(os.path.join(share_dest_dir, dir),