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