Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
federicotdn committed Dec 21, 2024
1 parent d10daef commit 39d3232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ update: ## Update the package version number (version=X.Y.Z).
update:
@test -n "$(version)" || (echo "version not set!" && exit 1)
@grep -q "$(version)" CHANGELOG.md || (echo "Update changelog first!" && exit 1)
sed -i -e "s/^;; Package-Version: .*/;; Package-Version: $(version)/g" verb.el ob-verb.el
sed -i -e "s/^;; Package-Version: .*/;; Package-Version: $(version)/g" verb.el ob-verb.el verb-util.el
sed -i -e "s/defconst verb-version .*/defconst verb-version \"$(version)\"/g" verb.el

run: ## Run emacs -Q with the working version of verb.el loaded.
Expand Down

0 comments on commit 39d3232

Please sign in to comment.