case "$1" in
stylesheet)
  echo >&2 "Convert to troff"
  echo "${XSL_DIR}/db2man/docbook.xsl"
  ;;
post-process)
  [ -e "$XSLT_PROCESSED" ] && rm "$XSLT_PROCESSED"
  cp * "$OUTPUT_DIR" 2>/dev/null
  ;;
esac
