branch: externals/emacs-lisp-intro-es
commit 6eceb85bac559d366553344e9e25fc5657905b52
Author: David Arroyo Menéndez <[email protected]>
Commit: David Arroyo Menéndez <[email protected]>
Makefile: add emacs-lisp-intro-es.pdf to clean
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a38c8e688f..8d9544a33c 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ mostlyclean:
rm -f *.log *.cp *.fn *.ky *.pg *.vr *.tp *.tmp* *.aux *.cps *.toc
clean: mostlyclean
- rm -f *.dvi *.html
+ rm -f *.dvi *.html emacs-lisp-intro-es.pdf
distclean: clean