case "$1" in stylesheet) if [ "$VERBOSE" -ge 1 ] then echo >&2 "Convert to HTML (with chunks)" fi echo "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" ;; post-process) cp -- * "$OUTPUT_DIR" ;; esac