summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-01-09 18:54:17 +0100
committerBastien Guerry <bzg@altern.org>2011-01-09 18:54:17 +0100
commita41eaf4d7b6a45a67e279d20403f3347a00f2b2f (patch)
tree264e882e76fba4548912d4459e152051cebf527d
parentd7008e6c7939a5814d6e79685707b7578012fc59 (diff)
downloadorg-mode-a41eaf4d7b6a45a67e279d20403f3347a00f2b2f.tar.gz
Makefile: `make cleandoc' now removes orgguide.pdf as well.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8a2c5d..329c30d 100644
--- a/Makefile
+++ b/Makefile
@@ -425,7 +425,7 @@ cleancontrib:
cleanelc:
rm -f $(ELCFILES)
cleandoc:
- (cd doc; rm -f org.pdf org org.html orgcard.pdf)
+ (cd doc; rm -f org.pdf org org.html orgcard.pdf orgguide.pdf)
(cd doc; rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg *.pgs)
(cd doc; rm -f *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps)
(cd doc; rm -f orgcard_letter.tex orgcard_letter.pdf)