summaryrefslogtreecommitdiff
path: root/tools/make-directive-index.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-12 02:05:36 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-12 02:05:36 -0400
commitfc1ec14951cf3ebfc5a37df1f1b06fa3adac29bc (patch)
treef83556404a16a8c23a463cbfd20eb9903ddc4d09 /tools/make-directive-index.py
parentb3818c47a4561989cea9b4cbe61d61c27cab459f (diff)
dependency tracking for manpages
Diffstat (limited to 'tools/make-directive-index.py')
-rwxr-xr-xtools/make-directive-index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py
index 1b287997fa..bbb328a8b7 100755
--- a/tools/make-directive-index.py
+++ b/tools/make-directive-index.py
@@ -180,7 +180,7 @@ referring to {pages} individual manual pages.
'''
def _extract_directives(directive_groups, formatting, page):
- t = xml_parse(page)
+ t, _ = xml_parse(page)
section = t.find('./refmeta/manvolnum').text
pagename = t.find('./refmeta/refentrytitle').text