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

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

[elpa] externals/transient 7643a8338e 1/6: make: Remove redundant bump-v


From: Jonas Bernoulli
Subject: [elpa] externals/transient 7643a8338e 1/6: make: Remove redundant bump-version target
Date: Wed, 23 Feb 2022 15:17:47 -0500 (EST)

branch: externals/transient
commit 7643a8338e738482f7c8d1f0343d1ecc8e39f0b9
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: Remove redundant bump-version target
    
    The sisyphus package takes care of this now.
---
 Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index 404f119c90..623c3486ad 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ lisp:
 
 docs:
        @$(MAKE) -C docs docs
-texi: bump-version
+texi:
        @$(MAKE) -C docs texi
 info:
        @$(MAKE) -C docs info
@@ -43,12 +43,6 @@ publish:
 release:
        @$(MAKE) VERSION=$(VERSION) -C docs release
 
-bump-version:
-       @printf "Setting version in transient.el to $(VERSION)\n"
-       @test -n "$(VERSION)" || (echo "Version not specified"; false)
-       @sed -i -e "/Package-Version:/s|[0-9.]\+|$(VERSION)|" lisp/transient.el
-       @sed -i -e "/Package-Version:/s|UNRELEASED|$(shell date +%F)|" 
docs/CHANGELOG
-
 clean:
        @$(MAKE) -C lisp clean
        @$(MAKE) -C docs clean



reply via email to

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