summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 404f119..623c348 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