Skip to content

Commit c398221

Browse files
committed
doc/make_doc: further align with other packages
1 parent 5de8f55 commit c398221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make_doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
echo "TeXing documentation"
55
# 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
6+
rm -f manual.{aux,bbl,blg,dvi,idx,ilg,ind,lab,log,pdf,ps,six,toc}
77

88
# TeX the manual
99
tex manual

0 commit comments

Comments
 (0)