branch: externals/emms
commit dda44f541b70dc6d90acc0e3dd03be5486e9da58
Author: Yoni Rabkin <[email protected]>
Commit: Yoni Rabkin <[email protected]>
* Makefile: keep the info file
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 74f3cd2..25585b6 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,6 @@ ChangeLog:
clean:
-rm -f *~ $(DOCDIR)emms.info $(DOCDIR)emms.html
$(SRCDIR)/emms-print-metadata
-rm -f *~ *.elc emms-auto.el
- -rm -f emms.info
dist: clean emms-auto.el
git archive --format=tar --prefix=emms-$(VERSION)/ HEAD | \