]> git.lyx.org Git - lyx.git/blobdiff - development/scons/SConstruct
tex2lyx : More descriptive --help message and implement --version (#6827).
[lyx.git] / development / scons / SConstruct
index cd5f217b27942f58b9d69e0f1157017e44f20f96..0ff58e302ccdbb11bc7335f2ef7d8db145afc5c3 100644 (file)
@@ -12,7 +12,7 @@
 # to INSTALL.scons for detailed instructions.
 #
 
-import os, sys, copy, cPickle, glob, time
+import os, sys, copy, cPickle, glob, time, re
 
 # determine where I am ...
 #
@@ -1944,6 +1944,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
             ('lyx2lyx', lib_lyx2lyx_files),
             ('scripts', lib_scripts_files),
             ('templates', lib_templates_files),
+            ('templates/springer', lib_templates_springer_files),
             ('templates/thesis', lib_templates_thesis_files),
             ('tex', lib_tex_files),
             ('ui', lib_ui_files)]: