From 4fcb0eff160111f2251703d24bd4e81fdefec7a9 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Mon, 18 Mar 2013 11:44:10 -0600 Subject: Fix call to makeglossaries: use `documentbase` --- xnt/build/tex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.1