#!/bin/sh
# publish-handouts -- make handouts available in the usual places
#
# AUTHOR:	Gary T. Leavens
[ -n "$echo" ] && set -x

USAGE='publish-handouts directory'

# only one argument allowed
if test $# -ne 1
then
	echo "$USAGE" >&2
	exit 1
fi

unit handouts $1 > $1/handouts.txt
unit handouts $1 > $PUB/meeting-outlines/${1}.txt
