Skip to content

Commit

Permalink
fix(emacs): also update Makefile by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed Jan 28, 2024
1 parent 4c2277b commit f01bd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DINGHY_DIR="."
UPDATE_VERSION_FILES=src/dinghy-pacify.el src/dinghy-rope.el emacs-package.mk Makefile
UPDATE_VERSION_FILES=src/dinghy-pacify.el src/dinghy-rope.el emacs-package.mk
CURRENT_PACKAGE_VERSION=0.4.1
PACKAGE_NAME=dinghy

Expand Down
2 changes: 1 addition & 1 deletion emacs-package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PACIFY=$(DINGHY_SRC_DIR)/dinghy-pacify.el
TEMPLATES_DIR=$(DINGHY_DIR)/templates

UPDATE_VERSION=$(DINGHY_SRC_DIR)/update-version.sh
UPDATE_VERSION_FILES?=Cask $(PACKAGE_NAME).el
UPDATE_VERSION_FILES?=Cask $(PACKAGE_NAME).el Makefile
UPDATE_VERSION_CHANGELOG_FILE?=CHANGELOG.md
UPDATE_VERSION_CHANGELOG_HEADING?=Unreleased

Expand Down

0 comments on commit f01bd73

Please sign in to comment.