changeset 420:af217b69da7c

Added the php_beautifier manual to the package build script git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@655 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Fri, 28 Mar 2008 08:53:18 +0000
parents b0f320a0bb6c
children f31f3877433d
files buildRelease.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/buildRelease.sh	Thu Mar 27 21:55:42 2008 +0000
+++ b/buildRelease.sh	Fri Mar 28 08:53:18 2008 +0000
@@ -248,7 +248,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 greatcode.exe greatcode.txt indent$ext indent.html php_beautifier.html tidy$ext tidy.html uncrustify$ext uncrustify.txt"
 if [ "$ext" = ".exe" ]; then
     indenters="$indenters libiconv-2.dll libintl-2.dll"
 fi