Improve manpage checking rule.
authorBen Pfaff <blp@nicira.com>
Wed, 26 Oct 2011 23:11:32 +0000 (16:11 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 26 Oct 2011 23:11:32 +0000 (16:11 -0700)
commit1261619f8958b81df97bb45c1b27ca14aa43a3b4
treefe1700502400376346931ebb2de85e207d0abe50
parent6ca376775ecae19df72324bb8212e70467795450
Improve manpage checking rule.

The coverage of the previous version of this rule was incomplete because
$(MANS) does not include $(noinst_man_MANS).   (Also, $(MANS) is
undocumented.)  Writing it out as the list of manpages variables that
Open vSwitch uses is better.

Also, the previous version of the rule didn't actually signal an error
when warnings appeared.  It looks like troff doesn't have a way to indicate
warnings as part of its exit status, so instead we grep the output for
"warning".
Makefile.am