summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-08-21 14:54:41 +1000
committerChris Johns <chrisj@rtems.org>2018-08-21 14:54:41 +1000
commit859096bd78dd8148dd13752621382ba1d7ee7e73 (patch)
tree420b6172de8e36d6025f6ccc6815e64ae4a0b105 /common
parentpdf: Revert the changes to the Latex index formatting. (diff)
downloadrtems-docs-859096bd78dd8148dd13752621382ba1d7ee7e73.tar.bz2
waf: Fix type in single html build.
Diffstat (limited to 'common')
-rw-r--r--common/waf.py2
1 files changed, 1 insertions, 1 deletions
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,