Skip to content

Commit

Permalink
Add dist script to simplify release work
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Jun 5, 2024
1 parent 28502df commit 6c34b54
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ generate-docs:
manfile=`echo $${mdfile} | sed s/\.md//`; \
pandoc --standalone --to man $${mdfile} -o $${manfile}; \
done

dist:
rm -fr distdir
meson setup distdir
meson compile -C distdir pkcs11
meson test -C distdir
meson dist -C distdir

0 comments on commit 6c34b54

Please sign in to comment.