]> SALOME platform Git repositories - tools/eficas.git/blobdiff - Aster/alphasdist.py
Salome HOME
sauve0206
[tools/eficas.git] / Aster / alphasdist.py
index af05afb8ef671b91ee7177070a08cf7de92d007e..f3e6cab5484802fbc8c5232d7b5302c18b3509bc 100644 (file)
@@ -23,7 +23,7 @@
 import os,shutil,glob,sys
 import types
 
-version="$Name:  $"[7:-2] or 'Test1_4'
+version="$Name: V7_main $"[7:-2] or 'Test1_4'
 # ==========Path du noyau local           ====================
 path_Noyau=".."
 # ============================================================
@@ -38,6 +38,7 @@ def main():
    copyfiles('.',path_distrib,['LICENSE.TERMS','INSTALL'])
 
    copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt'])
+   copyfiles('../Traducteur',os.path.join(path_distrib,'Traducteur'),['*.py'])
    copyfiles('../Ihm',os.path.join(path_distrib,'Ihm'),['*.py'])
    copyfiles('../Extensions',os.path.join(path_distrib,'Extensions'),['*.py'])
    copyfiles('../Misc',os.path.join(path_distrib,'Misc'),['*.py'])