openssl: Update version/date in the manual pages.
[dragonfly.git] / tools / snapshots / docron
1 #!/bin/csh
2 #
3
4 umask 022
5 ./doclean >& /build/snapshots/docron.out
6 if ( $? > 0 ) then
7     echo "doclean script failed, aborting build"
8     exit 1
9 endif
10 ./dobuild >>& /build/snapshots/docron.out
11