summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xnt/build/tex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xnt/build/tex.py b/xnt/build/tex.py
index 2cf56c2..8f94a02 100644
--- a/xnt/build/tex.py
+++ b/xnt/build/tex.py
@@ -44,7 +44,7 @@ def pdflatex(document,
def makeglossaries():
"""Generate Glossary"""
- return xnt.tasks.call(["makeglossaries", document])
+ return xnt.tasks.call(["makeglossaries", documentbase])
error_codes = []
error_codes.append(pdf(draftmode=True))