]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message *** V1_14a1
authorPascale Noyret <pascale.noyret@edf.fr>
Thu, 21 Feb 2008 16:02:00 +0000 (16:02 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Thu, 21 Feb 2008 16:02:00 +0000 (16:02 +0000)
Aster/sdist.py
Openturns/sdistOTqt.py

index baaa3e210777e0d01ea27801afbc191ddd467ea6..2fbe5d2517d92093036a26e021363752da26b7a2 100644 (file)
@@ -39,7 +39,7 @@ def main():
    copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt'])
    copyfiles('../InterfaceTK',os.path.join(path_distrib,'InterfaceTK'),['*.py','faqs.txt'])
    copyfiles('../InterfaceQT',os.path.join(path_distrib,'InterfaceQT'),['*.py'])
-   copyfiles('../Ui',os.path.join(path_distrib,'Ui'),['*.py'])
+   copyfiles('../Ui',os.path.join(path_distrib,'Ui'),['*.ui',Makefile])
    copyfiles('../Traducteur',os.path.join(path_distrib,'Traducteur'),['*.py'])
    copyfiles('../Ihm',os.path.join(path_distrib,'Ihm'),['*.py'])
    copyfiles('../Extensions',os.path.join(path_distrib,'Extensions'),['*.py'])
index 340290e103f27ebdca7884189502fec50494ff27..acf75c2602c7d5c231ee9fa1b2b8bbe9d0f9ec1e 100644 (file)
@@ -33,7 +33,7 @@ def main():
    copyfiles('../Editeur',os.path.join(path_distrib,'Editeur'),['*.py','faqs.txt'])
    copyfiles('../InterfaceTK',os.path.join(path_distrib,'InterfaceTK'),['*.py','faqs.txt'])
    copyfiles('../InterfaceQT',os.path.join(path_distrib,'InterfaceQT'),['*.py','faqs.txt'])
-   copyfiles('../Ui',os.path.join(path_distrib,'Ui'),['*.ui','makefile')
+   copyfiles('../Ui',os.path.join(path_distrib,'Ui'),['*.ui','makefile'])
    copyfiles('../Openturns',os.path.join(path_distrib,'Openturns'),['*.py','*.ini'])
    copyfiles('../Ihm',os.path.join(path_distrib,'Ihm'),['*.py'])
    copyfiles('../Extensions',os.path.join(path_distrib,'Extensions'),['*.py'])