aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-01-10 17:33:55 +0000
committerOmar Polo <op@omarpolo.com>2024-01-10 17:33:55 +0000
commitc86654c90703fc0ae1e8c17e9cbff70be08ba17d (patch)
treeeba0b121d7df255a1bdbf661de21cba2041a2aac /Makefile
parente3dd9e66af7d0e46f1ac8dcbbe1e8f5e33951d7b (diff)
add signify pubkeys
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index addc01e..e47ff4d 100644
--- a/Makefile
+++ b/Makefile
@@ -150,6 +150,7 @@ ${DISTNAME}.tar.gz: ${DISTFILES}
${MAKE} -C compat DESTDIR=${PWD}/.dist/${DISTNAME}/compat dist
${MAKE} -C contrib DESTDIR=${PWD}/.dist/${DISTNAME}/contrib dist
${MAKE} -C have DESTDIR=${PWD}/.dist/${DISTNAME}/have dist
+ ${MAKE} -C keys DESTDIR=${PWD}/.dist/${DISTNAME}/keys dist
${MAKE} -C regress DESTDIR=${PWD}/.dist/${DISTNAME}/regress dist
cd .dist/ && tar zcf ../$@ ${DISTNAME}
rm -rf .dist/