aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLucas Bonnet <lucas@rincevent.net>2010-06-15 10:14:38 +0200
committerLucas Bonnet <lucas@rincevent.net>2010-06-15 10:14:38 +0200
commita4d7a62c0fc38ef5ce7b1b68f493b552d835214f (patch)
tree36ce49858056e2e11ce69080101844563c86a2c1 /Makefile
parent3a419dd3a881e798a54d13e0eaa06fd8633e3e05 (diff)
* Makefile: autoloads/dist hiccups
Thanks to Tim Landscheidt <tim@tim-landscheidt.de> for the patch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7351f8a..080120c 100644
--- a/Makefile
+++ b/Makefile
@@ -56,11 +56,11 @@ clean:
-rm -f *~ $(DOCDIR)emms.info $(DOCDIR)emms.html emms-print-metadata
$(MAKE) -C $(LISPDIR) clean
-dist: autoloads clean
+dist: clean autoloads
git archive --format=tar --prefix=emms-$(VERSION)/ HEAD | \
(cd .. && tar xf -)
rm -f ../emms-$(VERSION)/.gitignore
- cp lisp/emms-autoloads.el ../emms-$(VERSION)/lisp
+ cp lisp/emms-auto.el ../emms-$(VERSION)/lisp
git log --pretty=medium > ../emms-$(VERSION)/ChangeLog
release: dist