branch: externals/transient commit 7643a8338e738482f7c8d1f0343d1ecc8e39f0b9 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@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