/[public]/psiconv/trunk/formats/generate_html4.sh
ViewVC logotype

Diff of /psiconv/trunk/formats/generate_html4.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 149 Revision 193
35rm -rf $tempdir 35rm -rf $tempdir
36mkdir $tempdir 36mkdir $tempdir
37for file in "$@"; do 37for file in "$@"; do
38 echo "Going to process $file..." 38 echo "Going to process $file..."
39 outputfile=$tempdir/`basename $file|sed s,'.psi$','.html,'` 39 outputfile=$tempdir/`basename $file|sed s,'.psi$','.html,'`
40 echo $libtool --mode=execute $psiconv -o $outputfile -Thtml4 $file 40 echo $libtool --mode=execute $psiconv -o $outputfile -Thtml4 -eASCII $file
41 $libtool --mode=execute $psiconv -o $outputfile -Thtml4 $file 41 $libtool --mode=execute $psiconv -o $outputfile -Thtml4 -eASCII $file
42done 42done
43 43
44echo "Going to produce the index..." 44echo "Going to produce the index..."
45( 45(
46 cd $tempdir 46 cd $tempdir

Legend:
Removed from v.149  
changed lines
  Added in v.193

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26