Skip to content

Commit 93ca14d

Browse files
committed
add release target
1 parent e84bdc4 commit 93ca14d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile.am

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,13 @@ pages.c: pagebundler $(srcdir)/pages.h ${PAGES}
123123
./pagebundler $(builddir)/pages/about_license.gmi >> $@
124124
./pagebundler $(builddir)/pages/about_new.gmi >> $@
125125
./pagebundler $(builddir)/pages/bookmarks.gmi >> $@
126+
127+
# --- maintainer targets ---
128+
129+
PUBKEY = missing
130+
PRIVKEY = missing
131+
132+
release: dist
133+
sha256 ${distdir}.tar.gz > ${distdir}.tar.gz.sha256
134+
signify -S -e -m ${distdir}.tar.gz.sha256 -s ${PRIVKEY}
135+
signify -C -p ${PUBKEY} -x ${distdir}.tar.gz.sha256.sig

0 commit comments

Comments
 (0)