Skip to content

Commit

Permalink
Call distcheck from 'make release' to generate tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Apr 14, 2024
1 parent 19626c1 commit 6999eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ release-hook:
fi

## Target to run when building a release
release: release-hook
release: distcheck release-hook
@for file in $(DIST_ARCHIVES); do \
sha256sum $$file > ../$$file.sha256; \
done
Expand Down

0 comments on commit 6999eb2

Please sign in to comment.