diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0dd7fba..2f7440f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -193,7 +193,9 @@ doc/refman.html: (cd doc; latex2html refman.tex; cp -f *.png refman/ ) doc/refman.pdf: doc/refman.tex - (cd doc; -rm refman.aux; \ + (cd doc; \ + rm -f refman.aux refman.ilg refman.ind refman.out; \ + rm -f refman.idx refman.lof refman.log refman.lot refman.toc; \ pdflatex refman.tex; \ makeindex refman.idx; pdflatex refman.tex; \ thumbpdf refman.pdf;) |