branch: externals/emacs-lisp-intro-es
commit c4780e2c509d80b82d885d44f78002beafeac929
Author: David Arroyo Menendez <[email protected]>
Commit: David Arroyo Menendez <[email protected]>

    Makefile: add files to remove in mostlyclean rule
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 043edf7b4c..0af6ea133a 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ emacs-lisp-intro.html: $(INFO_SOURCES_ES)
        $(DVIPS) $< -o $@
 
 mostlyclean:
-       rm -f  *.log *.cp *.fn *.ky *.pg *.vr *.tp *.tmp* 
+       rm -f  *.log *.cp *.fn *.ky *.pg *.vr *.tp *.tmp* *.aux *.cps *.toc
 
 clean: mostlyclean
        rm -f *.dvi *.html 

Reply via email to