91 |
|
exit 1 |
92 |
|
fi |
93 |
|
|
94 |
+ |
cd $DOCDIR |
95 |
+ |
|
96 |
|
# Which file to process (note that the .tex is not needed): |
97 |
|
FILENAME=$DOCDIR/SCRAM |
98 |
|
LATEX2HTML=/usr/local/bin/latex2html; export LATEX2HTML |
99 |
|
HTMLDIR=`echo $DOCDIR |sed -e 's/tex\/manual/html/g'` |
100 |
|
|
101 |
|
# List of arguments to latex2html: |
102 |
< |
ARGLIST="-font_size 12pt -show_section_numbers -dir $HTMLDIR -address scram.developers@cern.ch -no_footnode -numbered_footnotes" |
102 |
> |
ARGLIST="-font_size 12pt -show_section_numbers -dir $HTMLDIR -address scram-developers@cern.ch -no_footnode -numbered_footnotes" |
103 |
|
echo |
104 |
|
echo "`basename $0`: Doc directory is $DOCDIR" |
105 |
|
echo |