TIVI-153: add as dependency for iputils
[profile/ivi/docbook-utils.git] / backends / rtf
1 # Backend to convert something into RTF
2 # Send any comments to Eric Bischoff <eric@caldera.de>
3 # This program is under GPL license. See LICENSE file for details.
4
5 # Convert to RTF
6 $SGML_JADE -t rtf -o ${SGML_FILE_NAME}.rtf $SGML_ARGUMENTS
7 if [ $? -ne 0 ]
8 then exit 1
9 fi
10
11 exit 0