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