summaryrefslogtreecommitdiff
path: root/xnt
diff options
context:
space:
mode:
Diffstat (limited to 'xnt')
-rw-r--r--xnt/build/tex.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/xnt/build/tex.py b/xnt/build/tex.py
index 8f94a02..91a5edd 100644
--- a/xnt/build/tex.py
+++ b/xnt/build/tex.py
@@ -75,7 +75,9 @@ def clean(path="./", remove_pdf=False):
"*.mtc",
"*.mtc0",
"*.glo",
- "*.ist")
+ "*.ist",
+ "*.glg",
+ "*.gls")
if remove_pdf:
xnt.tasks.rm("*.pdf")
os.chdir(cwd)