From: arno Date: Sat, 8 Aug 2009 17:03:32 +0000 (+0200) Subject: include CHANGES.txt in build archive X-Git-Tag: v0.3b_thomas~25 X-Git-Url: https://dev.renevier.net/?p=syp.git;a=commitdiff_plain;h=83d98d317addfbbf1867c9724118d008386d2780 include CHANGES.txt in build archive --- diff --git a/build.sh b/build.sh index a297b1b..2af3bb8 100755 --- a/build.sh +++ b/build.sh @@ -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