automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} contrib: check-html: pass flags to rst2html invocations


From: Stefano Lattarini
Subject: [FYI] {master} contrib: check-html: pass flags to rst2html invocations
Date: Mon, 2 Jul 2012 21:14:08 +0200

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 <address@hidden>
---
 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 $< >address@hidden && mv -f address@hidden $@
+       $$r2h $(AM_RST2HTMLFLAGS) $(RST2HTMLFLAGS) $< >address@hidden           
\
+         && mv -f address@hidden $@
 
 # 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]