Current File : //proc/thread-self/root/kunden/usr/share/sgml/docbook/utils-0.6.14/backends/rtf
# Backend to convert something into RTF
# Send any comments to Eric Bischoff <eric@caldera.de>
# This program is under GPL license. See LICENSE file for details.

# Convert to RTF
$SGML_JADE -t rtf -o "${SGML_FILE_NAME}.rtf" $SGML_ARGUMENTS "$SGML_FILE"
if [ $? -ne 0 ]
then exit 1
fi

exit 0