docs: correctly use docbook2man

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Laurent Vivier 2015-09-20 22:36:02 +02:00
parent 204bf1d146
commit 0b05a2eff7
1 changed files with 3 additions and 3 deletions

View File

@ -146,10 +146,10 @@ then
cat <<!EOF
%.5: %.sgml
docbook2man \$<
docbook2man \$< > \$@
%.8: %.sgml
docbook2man \$<
docbook2man \$< > \$@
!EOF
else