maintcheck: avoid yet more spurious failures (1)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 Apr 2012 18:38:39 +0000 (20:38 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 Apr 2012 19:01:28 +0000 (21:01 +0200)
commitb35dca6bf9910b3e7ced1ce485772c3336255c24
treeb734aadec8e04be01889b13debca95294fff5bec
parent68be923ceda6b4458123bd74c4fb5eb71589db00
maintcheck: avoid yet more spurious failures (1)

The 'sc_tests_makefile_variable_order' maintainer check is too
strict sometimes, blaming automake for outputting out-of-order
variables when this is in fact due to the result of post-processing
of third-party tools or custom test code.

* t/tap-doc2.sh: Ensure the final Makefile.in (that we hack by
hand) is removed, to avoid a spurious maintainer-check failure.
* t/gettext-macros.sh: Ensure that any leftover Makefile.in (that
is generated by gettext/autopoint) is removed, to avoid a spurious
maintainer-check failure.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/gettext-macros.sh
t/tap-doc2.sh