[rtems-docs commit] waf: Fix type in single html build.

Chris Johns chrisj at rtems.org
Tue Aug 21 04:58:59 UTC 2018


Module:    rtems-docs
Branch:    master
Commit:    859096bd78dd8148dd13752621382ba1d7ee7e73
Changeset: http://git.rtems.org/rtems-docs/commit/?id=859096bd78dd8148dd13752621382ba1d7ee7e73

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Aug 21 14:54:41 2018 +1000

waf: Fix type in single html build.

---

 common/waf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/waf.py b/common/waf.py
index 1ef7172..3f0fcc1 100644
--- a/common/waf.py
+++ b/common/waf.py
@@ -314,7 +314,7 @@ def doc_singlehtml(ctx, source_dir, conf_dir, extra_source):
 
     buildtype = 'singlehtml'
     build_dir, output_node, output_dir, doctrees = build_dir_setup(ctx, buildtype)
-    resource = html_resources(ctx, buildtype)
+    resources = html_resources(ctx, buildtype)
     rule = sphinx_cmdline(ctx, buildtype, conf_dir, doctrees, source_dir, output_dir)
     ctx(
         rule         = rule,




More information about the vc mailing list