From: eficas <> Date: Thu, 14 Nov 2002 13:14:30 +0000 (+0000) Subject: ajout fichier aide dans distrib X-Git-Tag: CC_param_poursuite~349 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=06d8def9160c5aca650a3fe976831560db2a1361;p=modules%2Feficas.git ajout fichier aide dans distrib --- diff --git a/Aster/sdist.py b/Aster/sdist.py index 543640d7..122cbb9d 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -33,14 +33,18 @@ dir_download= "/home/eficas/WWW/telechargement/eficas" def main(): if os.path.isdir('dist'):shutil.rmtree('dist') - copyfiles('.',path_distrib,['LICENSE.TERMS','INSTALL']) + copyfiles('.',path_distrib,['LICENSE.TERMS','INSTALL','NEWS']) copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt']) copyfiles('../Ihm',os.path.join(path_distrib,'Ihm'),['*.py']) copyfiles('../Extensions',os.path.join(path_distrib,'Extensions'),['*.py']) copyfiles('../Accas',os.path.join(path_distrib,'Accas'),['*.py']) + # AIDE copyfiles('../AIDE',os.path.join(path_distrib,'AIDE'),['*.py']) copyfiles('../AIDE/fichiers',os.path.join(path_distrib,'AIDE','fichiers'),['*']) + copyfiles('.',os.path.join(path_distrib,'AIDE','fichiers'),['INSTALL','NEWS']) + copyfiles('../Editeur',os.path.join(path_distrib,'AIDE','fichiers'),['faqs.txt']) + # Code_Aster copyfiles('../Aster',os.path.join(path_distrib,'Aster'),['prefs.py', 'editeur.ini', 'properties.py',