case "$1" in stylesheet) if [ "$VERBOSE" -ge 1 ] then echo >&2 "Convert slides to XSL-FO" fi echo `pwd`/slides-fo.xsl ;; post-process) xmllint --format slides.proc >"$OUTPUT_DIR"/slides.fo ;; esac