GNU bug report logs -
#11287
Various issues with the test suite framework
Previous Next
Reported by: Akim Demaille <akim <at> lrde.epita.fr>
Date: Fri, 20 Apr 2012 11:26:01 UTC
Severity: normal
Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Related to automake bug#11287.
* contrib/t/check-html.am (.log.html): Here, passing $(AM_RST2HTMLFLAGS)
and $(RST2HTMLFLAGS) (in that order).
Signed-off-by: Stefano Lattarini <stefano.lattarini <at> gmail.com>
---
contrib/check-html.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/check-html.am b/contrib/check-html.am
index 47e4f47..36a5dbe 100644
--- a/contrib/check-html.am
+++ b/contrib/check-html.am
@@ -38,7 +38,8 @@ mostlyclean-check-html:
echo "cannot find rst2html, cannot create $@" >&2; \
exit 2; \
done; \
- $$r2h $< >$@-t && mv -f $@-t $@
+ $$r2h $(AM_RST2HTMLFLAGS) $(RST2HTMLFLAGS) $< >$@-t \
+ && mv -f $@-t $@
# Be sure to run check first, and then to convert the result.
# Beware of concurrent executions. Run "check" not "check-TESTS", as
--
1.7.9.5
This bug report was last modified 13 years and 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.