TIVI-153: add as dependency for iputils
[profile/ivi/xmlto.git] / format / docbook / awt
1 case "$1" in
2 stylesheet)
3   if [ "$VERBOSE" -ge 1 ]
4   then
5     echo >&2 "Convert to XSL-FO"
6   fi
7   echo "http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"
8   ;;
9 post-process)
10   EXT=$(basename "$0")
11   if [ "$VERBOSE" -ge 1 ]
12   then
13     echo >&2 "Convert to ${EXT}"
14   fi
15   # Get the FO format script to do the rest
16   sh "$(dirname "$0")/../fo/${EXT}" "$1"
17         ;;
18 esac