aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 54636f1..0dd7fba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -194,7 +194,9 @@ doc/refman.html:
doc/refman.pdf: doc/refman.tex
(cd doc; -rm refman.aux; \
- pdflatex refman.tex; thumbpdf refman.pdf; makeindex refman.idx; pdflatex refman.tex;)
+ pdflatex refman.tex; \
+ makeindex refman.idx; pdflatex refman.tex; \
+ thumbpdf refman.pdf;)
ifeq ($(strip($GPC)),)
install: installtk installptk installom installgpc