mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-21 18:30:20 +00:00
really seek if docbook2man exists, correction by Finn Thain
This commit is contained in:
parent
b7ced84ebe
commit
43fbf7ca14
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user