From: eficas <> Date: Mon, 22 Nov 2004 16:05:17 +0000 (+0000) Subject: PN : ajout des directories Cata/cataSTA6, Cata/cataSTA5, cata/pre74 dans X-Git-Tag: CCAR_poursuite_deb~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=aa706683ab3ff4b9ddc8f893520384d75a709705;p=tools%2Feficas.git PN : ajout des directories Cata/cataSTA6, Cata/cataSTA5, cata/pre74 dans le .tar d'eficas --- diff --git a/Aster/alphasdist.py b/Aster/alphasdist.py index ecc39c03..e2707dde 100644 --- a/Aster/alphasdist.py +++ b/Aster/alphasdist.py @@ -43,6 +43,9 @@ def main(): copyfiles('../Misc',os.path.join(path_distrib,'Misc'),['*.py']) copyfiles('../Accas',os.path.join(path_distrib,'Accas'),['*.py']) copyfiles('Cata/Macro',os.path.join(path_distrib,'Aster','Cata','Macro'),['*.py']) + copyfiles('Cata/pre74',os.path.join(path_distrib,'Aster','Cata','pre74'),['*.py']) + copyfiles('Cata/cataSTA5',os.path.join(path_distrib,'Aster','Cata','cataSTA5'),['*.py']) + copyfiles('Cata/cataSTA6',os.path.join(path_distrib,'Aster','Cata','cataSTA6'),['*.py']) copyfiles('../AIDE',os.path.join(path_distrib,'AIDE'),['*.py']) copyfiles('../AIDE/fichiers',os.path.join(path_distrib,'AIDE','fichiers'),['*']) copyfiles('../Aster',os.path.join(path_distrib,'Aster'),['prefs.py', diff --git a/Aster/sdist.py b/Aster/sdist.py index f8501312..5455d025 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -51,6 +51,10 @@ def main(): 'editeur.ini', 'eficas_aster.py', ]) + copyfiles('Cata/pre74',os.path.join(path_distrib,'Aster','Cata','pre74'),['*.py']) + copyfiles('Cata/cataSTA5',os.path.join(path_distrib,'Aster','Cata','cataSTA5'),['*.py']) + copyfiles('Cata/cataSTA6',os.path.join(path_distrib,'Aster','Cata','cataSTA6'),['*.py']) + copyfiles('../convert',os.path.join(path_distrib,'convert'),['*.py']) copyfiles('../convert/Parserv5',os.path.join(path_distrib,'convert','Parserv5'),['*.py'])