--- psiconv/trunk/formats/generate_html.sh 2000/12/10 16:49:40 58 +++ psiconv/trunk/formats/generate_html.sh 2000/12/10 16:53:59 59 @@ -5,7 +5,7 @@ exit 1 fi -if ! test -d "$1"/psiconv ; then +if ! test -d "$1"/program/psiconv ; then echo "First parameter should be base psiconv directory!" exit 1 fi @@ -23,7 +23,7 @@ echo "Generating html docs..." libtool=$basedir/libtool -psiconv=$basedir/psiconv/psiconv +psiconv=$basedir/program/psiconv/psiconv indexfile=$outputdir/index tempdir=$outputdir/.temp mkindex=$basedir/formats/index_html.sh