mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +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 \$< > \$@
|
docbook-to-man \$< > \$@
|
||||||
!EOF
|
!EOF
|
||||||
else
|
else
|
||||||
if type ${docbook-to-man} > /dev/null 2>&1
|
if type docbook2man > /dev/null 2>&1
|
||||||
then
|
then
|
||||||
cat <<!EOF
|
cat <<!EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user