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