summaryrefslogtreecommitdiff
path: root/format/docbook/html
blob: 3b2cd71d63eec0e05620eb26202c8e4a5bd427d4 (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 HTML (with chunks)"
  fi
  echo "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"
  ;;
post-process)
  ${GCP_PATH:-cp} -R -P -p -- * "$OUTPUT_DIR"
  ;;
esac