# HG changeset patch # User thomas_-_s # Date 1211735230 0 # Node ID 1fbc35327a72d4cf4559cc411c8dd063d8d934d5 # Parent 4fcb8e9d4e73ce97e92b935129db4136715df232 Updated the universal shell build script. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@692 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r 4fcb8e9d4e73 -r 1fbc35327a72 buildRelease.sh --- a/buildRelease.sh Sun May 25 17:06:47 2008 +0000 +++ b/buildRelease.sh Sun May 25 17:07:10 2008 +0000 @@ -40,7 +40,7 @@ # Configuration # ------------- -version=0.8.1 +version=0.8.2 doSVNUpdate=false languages="de zh_TW ja_JP ru uk" @@ -287,7 +287,7 @@ echo "Copying the indenter executable files to the target indenters dir" echo "-----------------------------------------------------------------" -indenters="astyle$ext astyle.html bcpp$ext bcpp.txt csstidy$ext greatcode.exe greatcode.txt indent$ext indent.html tidy$ext tidy.html uncrustify$ext uncrustify.txt" +indenters="astyle$ext astyle.html bcpp$ext bcpp.txt csstidy$ext gc.exe gc.txt htb$ext htb.html indent$ext indent.html tidy$ext tidy.html uncrustify$ext uncrustify.txt" if [ "$ext" = ".exe" ]; then indenters="$indenters libiconv-2.dll libintl-2.dll" fi @@ -341,7 +341,7 @@ echo "Copying the script based indenters to the target indenters dir" echo "--------------------------------------------------------------" -indenters="JsDecoder.js perltidy PerlTidyLib.pm php_beautifier.html shellindent.awk" +indenters="hindent hindent.html JsDecoder.js perltidy PerlTidyLib.pm php_beautifier.html phpStylist.php phpStylist.txt shellindent.awk" for i in $indenters do cp ./indenters/$i ./$targetDir/indenters/ &> /dev/null