contrib: simple improvements to check-html
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 2 Jul 2012 18:58:23 +0000 (20:58 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 2 Jul 2012 19:05:21 +0000 (21:05 +0200)
commit18dac9077caa49f69aa39e306b146ae700e14e9c
treedbe08d8f658906d7322c909d955baa46b8753098
parent53d49841f875a7a1e86a874ee5e5d171872ac733
contrib: simple improvements to check-html

Related to automake bug#11287.

* contrib/t/check-html.am (.log.html): Do not look for $RST2HTML in
the environment, looking for $(RST2HTML) should be enough (also, the
pre-existing code was broken, because it single-quoted $RST2HTML).
Fix the loop-and-search implementation to be more similar to the
one in 'contrib/t/parallel-tests-html.sh'.  Prefer 'mv -f' over bare
'mv'.  Do not break the recipe in

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
contrib/check-html.am