From be35f11af8b4dad7266f4c031c6d8d636535d874 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Fri, 12 Jun 2020 16:55:34 -0400 Subject: Add emms.info to top-level for elpa to find. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 698d3b5..47a40c8 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ emms-auto.el: emms-auto.in $(SOURCE) docs: $(MAKE) -C $(DOCDIR) for file in $(DOCDIR)*.info; do install-info $$file dir; done + cp $(DOCDIR)emms.info $(CURDIR)/ emms-print-metadata: $(SRCDIR)/emms-print-metadata.cpp $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $(SRCDIR)/$@ $< `taglib-config --cflags --libs` @@ -82,6 +83,7 @@ ChangeLog: clean: -rm -f *~ $(DOCDIR)emms.info $(DOCDIR)emms.html $(SRCDIR)/emms-print-metadata -rm -f *~ *.elc emms-auto.el + -rm -f emms.info dist: clean emms-auto.el git archive --format=tar --prefix=emms-$(VERSION)/ HEAD | \ -- cgit v1.2.3