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

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

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

Revision 2 Revision 36
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 $file -o $outputfile -Thtml 40 echo $libtool --mode=execute $psiconv $file -o $outputfile -Thtml3
41 $libtool --mode=execute $psiconv $file -o $outputfile -Thtml 41 $libtool --mode=execute $psiconv $file -o $outputfile -Thtml3
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.2  
changed lines
  Added in v.36

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