summaryrefslogtreecommitdiff
path: root/format/docbook/javahelp
blob: 57710f0d0ecf65f29203278c58edf65d9410412c (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 javahelp"
  fi
  echo "http://docbook.sourceforge.net/release/xsl/current/javahelp/javahelp.xsl"
  ;;
post-process)
  ${GCP_PATH:-cp} -R -P -p -- *.htm* *.hs *.xml *.jhm "$OUTPUT_DIR"
  ;;
esac