diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2020-06-12 16:55:34 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2020-06-12 16:55:34 -0400 |
commit | be35f11af8b4dad7266f4c031c6d8d636535d874 (patch) | |
tree | 747f5fb7e36f14866f979b4151cbe2ee6112feac /Makefile | |
parent | 1a67c30c186145de7cd950411151b883b1b6838e (diff) |
Add emms.info to top-level for elpa to find.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | \ |