Fix two issues related to check-man
authorIustin Pop <iustin@google.com>
Mon, 15 Mar 2010 12:55:48 +0000 (13:55 +0100)
committerIustin Pop <iustin@google.com>
Mon, 15 Mar 2010 14:55:32 +0000 (15:55 +0100)
commit5fa1642226abc6540a2d3a653cb0ce2d6a8ab60c
treeed1d911ac5aec195937ba3ac2c15abb77f235eed
parent0babc371fbeb73d3f864b74f70e981adf65b2f14
Fix two issues related to check-man

First, we don't need to check man pages at sed time, because this means
everyone building the package will do - we only need to check at docbook
time, which is mostly at developer time.

Second, don't force LC_ALL to C, as this breaks newer man-db. I've
verified and removing LC_ALL works fine across etch, hardy, lenny aid
squeeze/sid.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
Makefile.am
autotools/check-man