Don't hide errors when creating manpage
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 19 Feb 2019 17:27:46 +0000 (18:27 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 19 Feb 2019 17:30:11 +0000 (18:30 +0100)
commit8a5bcd989811719d0bc618fed3d6bc3552982da1
tree428942fcb72b83aacbbd80e5c9c77b93c460b589
parent6c4a93fab7fd24e7bf9caad08a9b6abb834dafa4
Don't hide errors when creating manpage

Apparently the default behaviour for pod2man changed at some point and
now it exits with a syntax error instead of exiting successfully with a
<POD ERRORS> section.

Now we do display the syntax issue:
[ruben@localhost collectd]$ make -j
  POD2MAN  src/collectd.conf.5
src/collectd.conf.pod around line 10361: You forgot a '=back' before '=head2'
POD document had syntax errors at /usr/bin/pod2man line 69.
make: *** [Makefile:9641: src/collectd.conf.5] Error 255
Makefile.am