#!/usr/bin/env bash set -x # A whole bunch of variables are defined in that file! . build/update_devel # build/mkrpm rm -rf $WEBDIR/doc tar cf - --exclude=CVS --exclude='.#*' doc | ( cd $WEBDIR ; tar xf - ) set +x echo echo " md5sum of archive files:" cat $RELDIR/$DISTVNAME.*.md5 | sed -e 's/^/ /' echo echo " sha1sum of archive files:" cat $RELDIR/$DISTVNAME.*.sha1 | sed -e 's/^/ /'