rm more tmp files

glossary
Jeff Moe 2022-08-28 19:43:23 -06:00
parent a7f820e9c2
commit a9ef99f3d6
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ _minted-*
*.idx
*.ilg
*.ind
*.ist
*.lof
*.log
*.lol

View File

@ -7,7 +7,7 @@ all:
-interaction=nonstopmode \
-no-pdf \
SNOUG.tex
makeindex -s SNOUG.ist SNOUG.idx
makeindex SNOUG
xelatex \
-halt-on-error \
-shell-escape \
@ -41,9 +41,15 @@ clean:
rm -f *.bcf
rm -f *.blg
rm -f *.glo
rm -f *.gls
rm -f *.idx
rm -f *.ilg
rm -f *.ind
rm -f *.ist
rm -f *.lof
rm -f *.log
rm -f *.lol
rm -f *.lot
rm -f *.out
rm -f *.run.xml
rm -f *.toc