]> dev.renevier.net Git - syp.git/blobdiff - build.sh
multi user administration
[syp.git] / build.sh
index 3932ab17178f23417ce4ad5852d656e16a59ca41..2af3bb82d96c7d7be0730971c63747a99dcc4b7f 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-PROJVERS=0.1
+PROJVERS=0.2
 PROJNAME=syp
 
 BUILDDIR=${1:-build}
@@ -54,8 +54,8 @@ for file in $DESTDIR/js/jquery-*.min.js; do
     mv $file $DESTDIR/js/jquery-$jversion.js
 done
 
-# copyright and readme files
-cp -p license.txt README.txt COPYING.txt $DESTDIR/
+# copyright and readme and changes files
+cp -p license.txt COPYING.txt README.txt CHANGES.txt $DESTDIR/
 
 # creates upload directory
 mkdir -p $DESTDIR/upload/_thumbs