--- psiconv/trunk/formats/generate_xhtml.sh 2004/02/21 13:24:04 216 +++ psiconv/trunk/formats/generate_xhtml.sh 2004/02/23 13:34:44 221 @@ -32,6 +32,7 @@ mkindex=$basedir/formats/index_html.sh index=$tempdir/index mkdef=$basedir/formats/xhtml_links.sh +config="$basedir/formats/psiconv.conf" echo "Going to create the intermediate files..." @@ -40,8 +41,8 @@ for file in "$@"; do echo "Going to process $file..." outputfile=$tempdir/`basename $file|sed s,'.psi$','.html,'` - echo $libtool --mode=execute $psiconv -o $outputfile -Txhtml -eASCII $file - $libtool --mode=execute $psiconv -o $outputfile -Txhtml -eASCII $file + echo $libtool --mode=execute $psiconv -c $config -o $outputfile -Txhtml -eASCII $file + $libtool --mode=execute $psiconv -c $config -o $outputfile -Txhtml -eASCII $file done echo "Going to produce the index..."