mirror of
https://github.com/troglobit/editline.git
synced 2025-05-05 20:11:12 +08:00
Run distcheck in release target, verifies distribution files
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
866f25ce10
commit
36663d6acf
@ -30,7 +30,7 @@ release-hook:
|
||||
fi
|
||||
|
||||
## Target to run when building a release
|
||||
release: dist release-hook md5-dist
|
||||
release: distcheck release-hook md5-dist
|
||||
@for file in $(DIST_ARCHIVES); do \
|
||||
printf "$$file \tDistribution tarball\n"; \
|
||||
printf "$$file.md5\t"; cat $$file.md5 | cut -f1 -d' '; \
|
||||
|
Loading…
Reference in New Issue
Block a user