diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |