emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [COMMIT] * Makefile: autoloads/dist hiccups Thanks to Tim


From: Lucas Bonnet
Subject: [Emms-patches] [COMMIT] * Makefile: autoloads/dist hiccups Thanks to Tim Landscheidt <address@hidden> for the patch.
Date: Tue, 15 Jun 2010 10:14:38 +0200

---
 Makefile |    4 ++--
 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
-- 
debian.1.5.6.1.19.ge6b2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]