--- psiconv/trunk/formats/generate_html.sh 1999/10/03 21:10:47 2 +++ psiconv/trunk/formats/generate_html.sh 1999/12/02 18:05:36 36 @@ -37,8 +37,8 @@ for file in "$@"; do echo "Going to process $file..." outputfile=$tempdir/`basename $file|sed s,'.psi$','.html,'` - echo $libtool --mode=execute $psiconv $file -o $outputfile -Thtml - $libtool --mode=execute $psiconv $file -o $outputfile -Thtml + echo $libtool --mode=execute $psiconv $file -o $outputfile -Thtml3 + $libtool --mode=execute $psiconv $file -o $outputfile -Thtml3 done echo "Going to produce the index..."