really seek if docbook2man exists, correction by Finn Thain

This commit is contained in:
Laurent Vivier 2007-09-21 15:04:02 +00:00
parent b7ced84ebe
commit 43fbf7ca14

View File

@ -138,7 +138,7 @@ cat <<!EOF
docbook-to-man \$< > \$@
!EOF
else
if type ${docbook-to-man} > /dev/null 2>&1
if type docbook2man > /dev/null 2>&1
then
cat <<!EOF