aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-08-07 01:47:46 -0400
committerB. Watson <urchlay@slackware.uk>2024-08-07 01:47:46 -0400
commit17847a4e00b6637626bd13f3adea30916a675461 (patch)
treeaf24db731dd16a1af45de9e532aa6e4476f5a12f /Makefile
parent34bb2a7fbae782035f00ab4966aa311e4d5b661c (diff)
downloadsbo-maintainer-tools-757775633e1a6a01bb517d2fdc8cc0138958fcb9.tar.gz
"make install" wasn't installing sbodl or NEWS, derp.0.9.2.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0856241..be699a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PROJ=sbo-maintainer-tools
# note to self: after changing this, "make version" to update all 4 scripts.
-VERSION=0.9.2
+VERSION=0.9.2.1
PREFIX=/usr/local
DESTDIR=
@@ -13,8 +13,8 @@ MANDIR=$(PREFIX)/man
MAN1DIR=$(MANDIR)/man1
DOCDIR=$(PREFIX)/doc/$(PROJ)-$(VERSION)
-DOCS=README QUICKSTART TODO pre-commit-sbolint
-SCRIPTS=sbopkglint sbolint sbofixinfo
+DOCS=README QUICKSTART TODO pre-commit-sbolint NEWS
+SCRIPTS=sbopkglint sbolint sbofixinfo sbodl
all:
@echo "Use 'make install PREFIX=<path>' to install $(PROJ)."