Salome HOME
CCAR: evolution demandee dans la fiche EO2001-066 : on peut specifier dans editeur.ini
[tools/eficas.git] / Aster / sdist.py
index 1b22da3e575a83de38047c33e394bdaef64f8a4d..f95b682eb932cf91fa0be19163e393a426df7234 100644 (file)
@@ -33,7 +33,7 @@ dir_download= "/home/eficas/WWW/telechargement/eficas"
 def main():
    if os.path.isdir('dist'):shutil.rmtree('dist')
 
-   copyfiles('.',path_distrib,['README','LICENSE.TERMS','INSTALL'])
+   copyfiles('.',path_distrib,['LICENSE.TERMS','INSTALL'])
 
    copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt'])
    copyfiles('../Ihm',os.path.join(path_distrib,'Ihm'),['*.py'])
@@ -60,8 +60,6 @@ def main():
    copyfiles('../Tools',os.path.join(path_distrib,'Tools'),['*.py'])
    copyfiles('../Tools/foztools',os.path.join(path_distrib,'Tools','foztools'),['*.py'])
    
-   copyfiles('../Installation',path_distrib,['README_install','install.py'])
-   
    tarball= maketarball('dist',nom_distrib,nom_distrib)
    try:
       shutil.copy(tarball,dir_download)