We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de8f55 commit c398221Copy full SHA for c398221
doc/make_doc
@@ -3,7 +3,7 @@ set -e
3
4
echo "TeXing documentation"
5
# delete old stuff to avoid spurious or "hidden errors" caused by their presence
6
-rm -f manual.aux manual.pdf manual.idx manual.ilg manual.ind manual.lab manual.log manual.six manual.toc
+rm -f manual.{aux,bbl,blg,dvi,idx,ilg,ind,lab,log,pdf,ps,six,toc}
7
8
# TeX the manual
9
tex manual
0 commit comments