emms-patches
[Top][All Lists]
Advanced

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

[Emms-patches] [COMMIT] Fixed autoloads.


From: Tim Landscheidt
Subject: [Emms-patches] [COMMIT] Fixed autoloads.
Date: Fri, 11 Jun 2010 17:08:33 +0000

---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index c3fe8f2..b1df5bb 100644
--- a/Makefile
+++ b/Makefile
@@ -55,11 +55,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]