Re: [PATCH 1/2] Add manpage syntax checker to 'check' target

2011-09-12 Thread Daniel Stenberg
On Sat, 10 Sep 2011, Mikhail Gusarov wrote: In virtually every libssh2 release Debian's lintian catches syntax errors in manpages. Prevent it by checking manpages as a part of testsuite. Thanks, I pushed both your patches just now! -- / daniel.haxx.se ___

[PATCH 1/2] Add manpage syntax checker to 'check' target

2011-09-10 Thread Mikhail Gusarov
In virtually every libssh2 release Debian's lintian catches syntax errors in manpages. Prevent it by checking manpages as a part of testsuite. --- v2: check for supported man(1) options tests/Makefile.am |4 ++-- tests/mansyntax.sh | 35 +++ 2 files changed