From aa706683ab3ff4b9ddc8f893520384d75a709705 Mon Sep 17 00:00:00 2001 From: eficas <> Date: Mon, 22 Nov 2004 16:05:17 +0000 Subject: [PATCH] PN : ajout des directories Cata/cataSTA6, Cata/cataSTA5, cata/pre74 dans le .tar d'eficas --- Aster/alphasdist.py | 3 +++ Aster/sdist.py | 4 ++++ 2 files changed, 7 insertions(+) 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']) -- 2.39.2