aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f71824c..1c3eeb4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -226,12 +226,14 @@ doc:
pdf: doc/refman.tex
(cd doc; \
- rm -f refman.aux refman.ilg refman.ind refman.out; \
+ rm -f refman.aux refman.ilg refman.ind refman.out refman.tpt; \
rm -f refman.idx refman.lof refman.log refman.lot refman.toc; \
pdflatex refman.tex; \
+ pdflatex refman.tex; \
makeindex refman.idx; \
pdflatex refman.tex; \
- thumbpdf refman.pdf;)
+ thumbpdf refman.pdf; \
+ pdflatex refman.tex;)
html: doc/refman.tex
(cd doc; \