From 0e3f56680f3f8724dc0b633655165b284719b51b Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Thu, 21 Feb 2008 16:02:00 +0000 Subject: [PATCH] *** empty log message *** --- Aster/sdist.py | 2 +- Openturns/sdistOTqt.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Aster/sdist.py b/Aster/sdist.py index baaa3e21..2fbe5d25 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -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']) diff --git a/Openturns/sdistOTqt.py b/Openturns/sdistOTqt.py index 340290e1..acf75c26 100644 --- a/Openturns/sdistOTqt.py +++ b/Openturns/sdistOTqt.py @@ -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']) -- 2.39.2