0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 10:10:42 +00:00

Makefile: `make cleandoc' now removes orgguide.pdf as well.

This commit is contained in:
Bastien Guerry 2011-01-09 18:54:17 +01:00
parent cc1384a8f1
commit 4c295ce63b

View file

@ -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)