ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/scripts/runLatex2HTML
(Generate patch)

Comparing COMP/SCRAM/scripts/runLatex2HTML (file contents):
Revision 1.4 by sashby, Mon Nov 18 16:08:18 2002 UTC vs.
Revision 1.5 by sashby, Mon Nov 18 17:50:34 2002 UTC

# Line 91 | Line 91 | if [[ $DOCDIR == "" ]]; then
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines