case "$1" in
stylesheet)
  echo >&2 "Convert to htmlhelp"
  echo "http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl"
  ;;
post-process)
  cp *.htm* *.hhp *.hhc "$OUTPUT_DIR"
  ;;
esac
