summaryrefslogtreecommitdiff
path: root/format/docbook/htmlhelp
blob: 01553df32e268dd5b1c72ae69ceec769d44180a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
case "$1" in
stylesheet)
  if [ "$VERBOSE" -ge 1 ]
  then
    echo >&2 "Convert to htmlhelp"
  fi
  echo "http://docbook.sourceforge.net/release/xsl/current/htmlhelp/htmlhelp.xsl"
  ;;
post-process)
  ${GCP_PATH:-cp} -R -P -p -- * "$OUTPUT_DIR"
  ;;
esac