case "$1" in
stylesheet)
if [ "$VERBOSE" -ge 1 ]
then
echo >&2 "Convert to htmlhelp"
fi
echo "http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl"
;;
post-process)
${GCP_PATH:-cp} -R -P -p -- * "$OUTPUT_DIR"
;;
esac