BLFS: It don't depend on DocBook-XSL for now.

This commit is contained in:
Manuel Canales Esparcia 2007-07-24 21:14:48 +00:00
parent e05fba2435
commit e45c588e27

View file

@ -129,12 +129,12 @@ else
exit 2
fi
if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then
check_version "1.69.1" "1.69.1" "DocBook XSL"
else
echo "Warning: not found a working DocBook XSL 1.69.1 installation"
exit 2
fi
# if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then
# check_version "1.69.1" "1.69.1" "DocBook XSL"
# else
# echo "Warning: not found a working DocBook XSL 1.69.1 installation"
# exit 2
# fi
echo "${SD_BORDER}${nl_}"