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 exit 2
fi fi
if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then # if `echo $XML_FILE | xsltproc --noout - 2>/dev/null` ; then
check_version "1.69.1" "1.69.1" "DocBook XSL" # check_version "1.69.1" "1.69.1" "DocBook XSL"
else # else
echo "Warning: not found a working DocBook XSL 1.69.1 installation" # echo "Warning: not found a working DocBook XSL 1.69.1 installation"
exit 2 # exit 2
fi # fi
echo "${SD_BORDER}${nl_}" echo "${SD_BORDER}${nl_}"