From 725feceb896b3a70b0988f32eeee0d79ca102521 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Wed, 21 Apr 2021 07:48:38 -0400 Subject: * Makefile: no longer needed --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index ae9336d..9b43629 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,6 @@ 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` -- cgit v1.2.3