[SCM] Lisaac scripts branch, master, updated. 6f4b2a2261847c9a78a88ac104f73c5d0b04da40

Benoit Sonntag sonntag at icps.u-strasbg.fr
Tue Dec 22 19:00:47 UTC 2009


The following commit has been merged in the master branch:
commit 6f4b2a2261847c9a78a88ac104f73c5d0b04da40
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Tue Dec 22 20:00:30 2009 +0100

    Mildred: spaces in release.sh ok

diff --git a/build_distrib/release.sh b/build_distrib/release.sh
index 44f11d3..3a176e9 100755
--- a/build_distrib/release.sh
+++ b/build_distrib/release.sh
@@ -22,10 +22,10 @@ cp -rf ~/library/gui lib/extra/.
 cp -rf ~/library/gui_automatic lib/extra/.
 cp -rf ~/library/testing lib/extra/.
 
-#cp -rf ~/library/expat-binding lib/unstable/.
+cp -rf ~/library/expat-binding lib/unstable/.
 cp -rf ~/library/freetype lib/unstable/.
 cp -rf ~/library/graphics lib/unstable/.
-#cp -rf ~/library/iup-binding lib/unstable/.
+cp -rf ~/library/iup-binding lib/unstable/.
 cp -rf ~/library/lua-binding lib/unstable/.
 cp -rf ~/library/math lib/unstable/.
 cp -rf ~/library/opengl lib/unstable/.
@@ -43,7 +43,8 @@ cp -rf ~/application/examples/standard/* example/.
 
 # Doc
 
-cp ~/documentation/manpage doc/.
+mkdir doc/man
+cp ~/documentation/manpage/* doc/man/.
 mkdir doc/pdf
 
 #  Quick_start
@@ -109,6 +110,9 @@ chmod +x example/compile.sh
 chmod +x example/clean.sh
 chmod +x example/bat.sh
 
+# Remove space not necessary
+find . \( -name "*.li" -o -name "*.lip" \) -print0 | xargs -0 sed -i 's/\s*$//'
+
 # Build
 
 cd ..
diff --git a/header/header.txt b/header/header.txt
index 791083e..e69de29 100644
--- a/header/header.txt
+++ b/header/header.txt
@@ -1,20 +0,0 @@
-///////////////////////////////////////////////////////////////////////////////
-//                                 Lisaac                                    //
-//                                                                           //
-//                   LSIIT - ULP - CNRS - INRIA - FRANCE                     //
-//                                                                           //
-//   This program is free software: you can redistribute it and/or modify    //
-//   it under the terms of the GNU General Public License as published by    //
-//   the Free Software Foundation, either version 3 of the License, or       //
-//   (at your option) any later version.                                     //
-//                                                                           //
-//   This program is distributed in the hope that it will be useful,         //
-//   but WITHOUT ANY WARRANTY; without even the implied warranty of          //
-//   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the           //
-//   GNU General Public License for more details.                            //
-//                                                                           //
-//   You should have received a copy of the GNU General Public License       //
-//   along with this program.  If not, see <http://www.gnu.org/licenses/>.   //
-//                                                                           //
-//                     http://isaacproject.u-strasbg.fr/                     //
-///////////////////////////////////////////////////////////////////////////////

-- 
Lisaac scripts



More information about the Lisaac-commits mailing list