aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-05-08 20:47:41 -0400
committerB. Watson <yalhcru@gmail.com>2020-05-08 20:47:41 -0400
commitfb5a50b77d5009ce383cccd8de4229f31ab28715 (patch)
tree9ad2e80f7e98d9e884e5cdf178e9d0096b00c1c0 /Makefile
parent597d4023e5ffa60e16d82062b743e35081b39003 (diff)
downloadmiragextract-fb5a50b77d5009ce383cccd8de4229f31ab28715.tar.gz
make sure the version stays in sync
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a43dbbd..45ab4ea 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,7 @@ push: all man html
git push
release:
+ sh ./check_version $(VERSION)
mkdir $(PROJ)-$(VERSION)
cp $(PROJ).c $(PROJ).1 $(PROJ).rst $(DOCS) $(PROJ)-$(VERSION)
tar cvfJ $(PROJ)-$(VERSION).tar.xz $(PROJ)-$(VERSION)