/[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 195
26psiconv=$basedir/program/psiconv/psiconv 26psiconv=$basedir/program/psiconv/psiconv
27indexfile=$outputdir/index 27indexfile=$outputdir/index
28tempdir=$outputdir/.temp 28tempdir=$outputdir/.temp
29mkindex=$basedir/formats/index_html.sh 29mkindex=$basedir/formats/index_html.sh
30index=$tempdir/index 30index=$tempdir/index
31mkdef=$basedir/formats/html_links.sh 31mkdef=$basedir/formats/html4_links.sh
32 32
33 33
34echo "Going to create the intermediate files..." 34echo "Going to create the intermediate files..."
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.195

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