]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
PN : ajout des directories Cata/cataSTA6, Cata/cataSTA5, cata/pre74 dans
authoreficas <>
Mon, 22 Nov 2004 16:05:17 +0000 (16:05 +0000)
committereficas <>
Mon, 22 Nov 2004 16:05:17 +0000 (16:05 +0000)
     le .tar d'eficas

Aster/alphasdist.py
Aster/sdist.py

index ecc39c0397515b174426b684b93bc28acaff44ac..e2707dde6eecf783ac0e0e8fddd5a6debce1790a 100644 (file)
@@ -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',
index f85013125e3d63ed75c9d1b0b9ec44a00be2fa62..5455d025c325fe5b5664eed3f83c29209ac705ba 100644 (file)
@@ -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'])