branch: elpa/elfeed
commit 8462496cd54d306b7a4dfcd2a571274047040094
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Makefile: Remove package target
    
    This target is not functional anymore, since the elfeed-pkg.el file has been
    removed.
---
 Makefile | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/Makefile b/Makefile
index b37795ca1a..31a78b98f7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
 .POSIX:
 EMACS   = emacs
 BATCH   = $(EMACS) -batch -Q -L . -L tests
-VERSION = 3.4.2
 
 EL   = elfeed-csv.el elfeed-curl.el elfeed-db.el elfeed-lib.el \
        elfeed-log.el elfeed-show.el elfeed.el xml-query.el     \
@@ -17,8 +16,6 @@ check: test
 test: $(EL:.el=.elc) $(TEST:.el=.elc)
        $(BATCH) -l tests/elfeed-tests.elc -f ert-run-tests-batch
 
-package: elfeed-$(VERSION).tar
-
 clean:
        rm -f *.tar $(EL:.el=.elc) $(TEST:.el=.elc)
 
@@ -28,13 +25,6 @@ virtual: compile
         trap "rm -rf tmp-$$$$" INT EXIT; \
         HOME=$$PWD/tmp-$$$$ $(EMACS) -L . -l elfeed.elc $(ARGS))
 
-elfeed-$(VERSION).tar: $(EL) $(DOC)
-       rm -rf elfeed-$(VERSION)/
-       mkdir elfeed-$(VERSION)/
-       cp $(EL) $(DOC) elfeed-$(VERSION)/
-       tar cf $@ elfeed-$(VERSION)/
-       rm -rf elfeed-$(VERSION)/
-
 .SUFFIXES: .el .elc
 
 .el.elc:

Reply via email to