blanc/build/toc

This commit is contained in:
Marc Beninca 2020-04-22 19:15:19 +02:00
parent 9a2dc89c23
commit c905042fa8

View file

@ -20,7 +20,7 @@ def clean():
_, _, files = next(os.walk(directory))
for file in files:
name, ext = os.path.splitext(file)
if ext in ['.aux', '.log']:
if ext in ['.aux', '.log', '.toc']:
os.remove(file)