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 3a8aacf..564cd18 100644
--- a/xnt/build/tex.py
+++ b/xnt/build/tex.py
@@ -71,7 +71,9 @@ def clean(path="./", remove_pdf=False):
"*.bbl",
"*.blg",
"*.nav",
- "*.snm")
+ "*.snm",
+ "*.mtc",
+ "*.mtc0")
if remove_pdf:
xnt.tasks.rm("*.pdf")
os.chdir(cwd)