]> git.lyx.org Git - lyx.git/blobdiff - development/scons/SConstruct
prefs2prefs:
[lyx.git] / development / scons / SConstruct
index 6b67cb2fb896e5ed41e3fd03e5a6cc8a343e9ada..12febe3670744acffce84b4a16c6d974778893a5 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
@@ -1868,6 +1868,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
             ('doc/da', lib_doc_da_files),
             ('doc/de', lib_doc_de_files),
             ('doc/de/clipart', lib_doc_de_clipart_files),
+            ('doc/el', lib_doc_el_files),
             ('doc/es', lib_doc_es_files),
             ('doc/es/clipart', lib_doc_es_clipart_files),
             ('doc/eu', lib_doc_eu_files),
@@ -1899,6 +1900,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
             ('examples/cs', lib_examples_cs_files),
             ('examples/da', lib_examples_da_files),
             ('examples/de', lib_examples_de_files),
+            ('examples/el', lib_examples_el_files),
             ('examples/es', lib_examples_es_files),
             ('examples/eu', lib_examples_eu_files),
             ('examples/fa', lib_examples_fa_files),
@@ -1926,6 +1928,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),