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