# HG changeset patch # User thomas_-_s # Date 1234435682 0 # Node ID bc00f26bf293a1b1aaedc89d7df6513fe3fa6c2f # Parent e31a60b44b8b0fbc768d92cbfb57aeb0918321a8 Adapted some files for the newly added indenter. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@921 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r e31a60b44b8b -r bc00f26bf293 buildRelease.sh --- a/buildRelease.sh Thu Feb 12 10:46:43 2009 +0000 +++ b/buildRelease.sh Thu Feb 12 10:48:02 2009 +0000 @@ -270,7 +270,7 @@ echo "Calling qmake" echo "-------------" -qmake +qmake UniversalIndentGUI.pro if [ $? -gt 0 ]; then echo "ERROR: Calling qmake failed!" exit 1 @@ -318,7 +318,7 @@ indenters="astyle$ext astyle.html uncrustify$ext uncrustify.txt xmlindent$ext xmlindent.txt" # For win32 and Linux add some indenters that do not run or exist under MaxOSX if [ "$targetSystem" = "win32" ] || [ "$targetSystem" = "linux" ]; then - indenters="$indenters bcpp$ext bcpp.txt csstidy$ext greatcode.exe greatcode.txt htb.exe htb.html indent$ext indent.html tidy$ext tidy.html" + indenters="$indenters bcpp$ext bcpp.txt csstidy$ext f90ppr.exe f90ppr.txt greatcode.exe greatcode.txt htb.exe htb.html indent$ext indent.html tidy$ext tidy.html" fi diff -r e31a60b44b8b -r bc00f26bf293 readme.html --- a/readme.html Thu Feb 12 10:46:43 2009 +0000 +++ b/readme.html Thu Feb 12 10:48:02 2009 +0000 @@ -65,20 +65,24 @@
  • BCPP
  • Cobol Beautify
  • CSSTidy
  • +
  • Fortran 90 PPR
  • GNU Indent
  • GreatCode
  • hindent
  • HTB
  • Javascript Decoder
  • +
  • JSPPP
  • Perl Tidy
  • PHP_Beautifier
  • PHP Code Beautifier
  • PHP Stylist
  • +
  • pindent
  • Ruby Beautify
  • Ruby Formatter
  • Shell Indent
  • (HTML) Tidy
  • Uncrustify
  • +
  • XML Indent
  • Please note that Cobol Beautify and PHP Code Beautifier can not be distributed with a UiGUI package, because they are only free available if you register at their homepage. @@ -91,16 +95,19 @@