emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/buttercup 9f3d18197c 1/4: Makefile: Remove release target


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 9f3d18197c 1/4: Makefile: Remove release target and associated variables
Date: Wed, 10 Aug 2022 19:58:08 -0400 (EDT)

branch: elpa/buttercup
commit 9f3d18197c2f8f996d0a64bbf46b1a4ecd45bdc8
Author: Ola Nilsson <ola.nilsson@gmail.com>
Commit: Ola Nilsson <ola.nilsson@gmail.com>

    Makefile: Remove release target and associated variables
    
    The release target has not been used for along while and did not work
    since the removal of buttercup-pkg.el
---
 Makefile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 5336b2d68c..a8c0e81a78 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
 EMACS := emacs
 VERSION := $(shell sed -ne 's/^;; Version: \(.*\)/\1/p' buttercup.el)
-ELISP_FILES := $(filter-out %-pkg.el, $(wildcard *.el))
-DISTFILES := $(ELISP_FILES) buttercup-pkg.el README.md
+ELISP_FILES := $(wildcard *.el)
 
 .PHONY: test compile clean
 
@@ -20,9 +19,5 @@ compile: $(patsubst %.el,%.elc,$(ELISP_FILES))
 %.elc: %.el
        $(EMACS) -batch -L . -f batch-byte-compile $<
 
-release: clean test
-       mkdir -p dist
-       tar -c $(DISTFILES) --transform "s,^,buttercup-$(VERSION)/," 
--transform 's/README.md/README.txt/' > "dist/buttercup-$(VERSION).tar"
-
 clean:
        rm -f *.elc tests/*.elc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]