aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9e47978..fa21286 100644
--- a/Makefile
+++ b/Makefile
@@ -14,14 +14,14 @@ all: $(TARGET) emms-auto.el emms.info
emms-auto.el: emms-auto.in $(SOURCE)
cp emms-auto.in emms-auto.el
-rm -f emms-auto.elc
- $(EMACS) --no-init-file --no-site-file -batch \
+ @$(EMACS) --no-init-file --no-site-file -batch \
-l emms-maint.el \
-l emms-auto.el \
-f generate-autoloads \
$(shell pwd)/emms-auto.el .
%.elc: %.el
- $(EMACS) --no-init-file --no-site-file -batch \
+ @$(EMACS) --no-init-file --no-site-file -batch \
-l emms-maint.el \
-f batch-byte-compile $<
@@ -46,4 +46,5 @@ ChangeLog:
darcs changes > $@
clean:
- -rm -f *~ *.elc emms-auto.el emms.info ChangeLog emms-print-metadata
+ -rm -f *~ *.elc emms-auto.el emms.info emms.html ChangeLog \
+ emms-print-metadata