Rev 3 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#!/bin/shhelpdir=../../helpfor dir in $*dofiles="`ls $dir | sed /CVS/d`"for i in $filesdo./etc/doc2ms $dir/$i | nroff -ms 2> /dev/null > $helpdir/$iecho $idonedone