--- parser3/Attic/buildall-with-xml 2005/12/28 16:45:36 1.1.2.1 +++ parser3/Attic/buildall-with-xml 2005/12/29 13:06:58 1.2 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-with-xml,v 1.1.2.1 2005/12/28 16:45:36 paf Exp $ +# $Id: buildall-with-xml,v 1.2 2005/12/29 13:06:58 paf Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -13,7 +13,7 @@ echo "Building..." parser3_directory=`pwd` cd .. project_directory=`pwd` -mkdir src 2>&1 >/dev/null +mkdir src >/dev/null 2>&1 if test ! -f "$project_directory/gc/lib/libgc.a"; then cd $project_directory/src @@ -83,12 +83,16 @@ if test ! -f "Makefile"; then --silent fi echo "Building parser3..." -make make install echo "DONE" echo echo -echo "****************************************************************************************" -echo "Now you can copy $install_directory/bin/parser3 WITH XML support to your CGI directory" -echo "****************************************************************************************" +echo "********************************************************************************************************" +echo "Now you can copy $install_directory with subdirectories" +echo " -Parser3 with XML support-" +echo "to your cgi-bin directory" +echo "Read more about installing Parser here:" +echo " http://www.parser.ru/en/docs/lang/install4apachecgi.htm in English" +echo " http://www.parser.ru/docs/lang/install4apachecgi.htm in Russian" +echo "********************************************************************************************************"