docs: correctly invoke man2html
authorJack Nagel <jacknagel@gmail.com>
Fri, 16 Dec 2011 06:21:21 +0000 (00:21 -0600)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 8 Feb 2012 18:58:36 +0000 (18:58 +0000)
commit336483a6cc5e593393651863944ded9c1ea24246
treedf3398a3de9cc983f862a68013d2b3ac68533d96
parent4ebb275ab7b6f71d5dbee348a1064b013bdbc862
docs: correctly invoke man2html

man2html expects to find its input on stdin, so just passing the
filename will cause it to hang waiting for input.

[man2html 1.6g as shipped in Debian seems to be fine with files on the
command line, but apparently other versions aren't? -smcv]

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=43875
doc/Makefile.am