aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorlecoanet2002-03-15 16:14:24 +0000
committerlecoanet2002-03-15 16:14:24 +0000
commitcb34d2b324cabec8148325e49630e3302c4dba6d (patch)
treee0dd66a98fdae6e2eab2a2f4815ba748f020f20a /Makefile.in
parenta9eee9e388db6d1351c96767618c025f20b951cc (diff)
downloadtkzinc-cb34d2b324cabec8148325e49630e3302c4dba6d.zip
tkzinc-cb34d2b324cabec8148325e49630e3302c4dba6d.tar.gz
tkzinc-cb34d2b324cabec8148325e49630e3302c4dba6d.tar.bz2
tkzinc-cb34d2b324cabec8148325e49630e3302c4dba6d.tar.xz
Purge des fichiers auxiliaires de doc avant la fabrication
pour �viter les probl�mes.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
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;)