Skip to content

Commit

Permalink
add release target
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Feb 23, 2024
1 parent e84bdc4 commit 93ca14d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,13 @@ pages.c: pagebundler $(srcdir)/pages.h ${PAGES}
./pagebundler $(builddir)/pages/about_license.gmi >> $@
./pagebundler $(builddir)/pages/about_new.gmi >> $@
./pagebundler $(builddir)/pages/bookmarks.gmi >> $@

# --- maintainer targets ---

PUBKEY = missing
PRIVKEY = missing

release: dist
sha256 ${distdir}.tar.gz > ${distdir}.tar.gz.sha256
signify -S -e -m ${distdir}.tar.gz.sha256 -s ${PRIVKEY}
signify -C -p ${PUBKEY} -x ${distdir}.tar.gz.sha256.sig

0 comments on commit 93ca14d

Please sign in to comment.