Commit 10e546bc authored by Jean-Paul Saman's avatar Jean-Paul Saman

Makefile.am: fix dist-checksum target

parent fde118a1
......@@ -23,7 +23,7 @@ changelog:
sed -e 's/^[^0-9]/ /' -e 's/^ *$$//' -e 's/^ \* / /g' | \
grep -v '^ \*$$' | uniq >| ChangeLog
dist-checksum: $(DIST_TARGETS)
dist-checksum: $(DIST_ARCHIVES)
rm -f *.md5 *.sha256
for sum in $(DIST_ARCHIVES); do \
md5sum $$sum > $$sum.md5 && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment