From 4c295ce63b8bc3843486d9837905f2336fd93002 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 9 Jan 2011 18:54:17 +0100 Subject: [PATCH] Makefile: `make cleandoc' now removes orgguide.pdf as well. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f8a2c5d43..329c30d39 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)