TIVI-153: add as dependency for iputils
[profile/ivi/xmlto.git] / format / docbook / javahelp
1 case "$1" in
2 stylesheet)
3   if [ "$VERBOSE" -ge 1 ]
4   then
5     echo >&2 "Convert to javahelp"
6   fi
7   echo "http://docbook.sourceforge.net/release/xsl/current/javahelp/javahelp.xsl"
8   ;;
9 post-process)
10   ${GCP_PATH:-cp} -R -P -p -- *.htm* *.hs *.xml *.jhm "$OUTPUT_DIR"
11   ;;
12 esac