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