mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-07 15:25:04 +00:00
really seek if docbook2man exists, correction by Finn Thain
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user