2 # if you wish to make html versions of the man pages then add the
3 # argument html when calling this script. You must have rman installed.
6 if [ ! -d catman ]; then
10 if [ "$1" = "html" ]; then
11 if [ ! -d html ]; then
20 for FILE in $FILES ; do
21 neqn $FILE | tbl | nroff -man > ../packaging/SGI/catman/`basename $FILE`
22 compress -f ../packaging/SGI/catman/`basename $FILE`
23 if [ "$1" = "html" ]; then
24 rman -f html -r "%s.%s.html" $FILE > ../packaging/SGI/html/$FILE.html