maint: fix the man page correlation tests
authorPádraig Brady <P@draigBrady.com>
Fri, 12 Feb 2010 18:34:33 +0000 (18:34 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 16 Feb 2010 15:19:40 +0000 (15:19 +0000)
commitcba49d57da12df9de9950d53ef31a1ff6341b9ab
treefe8298490332e9b92c7471d05ce1fd2ba8d53261
parenta2f81776adfc8d8ad39dd775648ee841aa352752
maint: fix the man page correlation tests

These checks were not being run as distcheck-hook targets
are only supported in the top-level Makefile.  Instead
these tests are now run during a syntax-check.

* cfg.mk (sc_man_file_correlation):  A new syntax check to
call the 2 existing tests to check the correlation between
the programs and man/*.[1x].
* man/Makefile.am (sc_man_file_correlation): Call the 2 existing
man page correlation tests.
(check-x-vs-1): Remove the "GEN" annotation as it's a bit verbose.
(check-programs-vs-x): Likewise.
* src/Makefile.am (all_programs.list): Exclude libstdbuf.so
from the list of programs.  This issue was not noticed as
the checks were not actually being run.
cfg.mk
man/Makefile.am
src/Makefile.am