]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
changement des catalogues
authoreficas <>
Tue, 7 Jun 2005 12:46:39 +0000 (12:46 +0000)
committereficas <>
Tue, 7 Jun 2005 12:46:39 +0000 (12:46 +0000)
Aster/alphasdist.py
Aster/sdist.py

index 7dadcfbf2a2fb076c81c803d9f9fad9d63b28167..519b074e97acadbd854bc6b6180e212302b18449 100644 (file)
@@ -68,6 +68,7 @@ def main():
                                                             'properties.py',
                                                             'eficas_aster.py',
                                                            ])
+   copyfiles('../Aster/Cata',os.path.join(path_distrib,'Aster'),['aster.py',])
    copyfiles('../convert',os.path.join(path_distrib,'convert'),['*.py'])
    copyfiles('../convert/Parserv5',os.path.join(path_distrib,'convert','Parserv5'),['*.py'])
 
index 938d66ab85548ebf3a3acf00badcfb08e53e99b0..19bfeb14489a8eef95a7c7772621ff03587e7f44 100644 (file)
@@ -55,11 +55,13 @@ def main():
    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('Cata/cataSTA6/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA6','Macro'),['*.py'])
    copyfiles('Cata/cataSTA73',os.path.join(path_distrib,'Aster','Cata','cataSTA73'),['*.py'])
    copyfiles('Cata/cataSTA73/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA73','Macro'),['*.py'])
    copyfiles('Cata/cataSTA74',os.path.join(path_distrib,'Aster','Cata','cataSTA74'),['*.py'])
    copyfiles('Cata/cataSTA74/Macro',os.path.join(path_distrib,'Aster','Cata','cataSTA74','Macro'),['*.py'])
    copyfiles('Cata/cataSTA8',os.path.join(path_distrib,'Aster','Cata','cataSTA8'),['*.py'])
+   copyfiles('../Aster/Cata',os.path.join(path_distrib,'Aster'),['aster.py',])
 
    copyfiles('../convert',os.path.join(path_distrib,'convert'),['*.py'])
    copyfiles('../convert/Parserv5',os.path.join(path_distrib,'convert','Parserv5'),['*.py'])