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

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

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

Revision 193 Revision 216
1#! /bin/sh 1#! /bin/sh
2
3# Work around a BASH bug (prints a directory even in a non-interactive shell)
4unset CDPATH
2 5
3if test "$#" -lt 3 ; then 6if test "$#" -lt 3 ; then
4 echo "Syntax: $0 psiconv_dir output_dir files..." 7 echo "Syntax: $0 psiconv_dir output_dir files..."
5 exit 1 8 exit 1
6fi 9fi
26psiconv=$basedir/program/psiconv/psiconv 29psiconv=$basedir/program/psiconv/psiconv
27indexfile=$outputdir/index 30indexfile=$outputdir/index
28tempdir=$outputdir/.temp 31tempdir=$outputdir/.temp
29mkindex=$basedir/formats/index_html.sh 32mkindex=$basedir/formats/index_html.sh
30index=$tempdir/index 33index=$tempdir/index
31mkdef=$basedir/formats/html_links.sh 34mkdef=$basedir/formats/xhtml_links.sh
32 35
33 36
34echo "Going to create the intermediate files..." 37echo "Going to create the intermediate files..."
35rm -rf $tempdir 38rm -rf $tempdir
36mkdir $tempdir 39mkdir $tempdir

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

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