# Backend to convert a DocBook file into a man page
# Send any comments to Jochem Huhmann <joh@revier.com>
# This program is under GPL license. See LICENSE file for details.

# Convert to *roff
nsgmls $SGML_FILE | sgmlspl $SGML_BASE_DIR/docbook/utils-0.6/helpers/docbook2man-spec.pl
if [ $? -ne 0 ]
then exit 1
fi

exit 0
