diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-11-15 15:52:38 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-11-15 15:52:38 +0000 |
commit | f8077a3320f9118cdad8f353c8fdaadf3cb99875 (patch) | |
tree | af26980cc68ae2a82f430e8e19454a722e28d508 /Makefile.am | |
parent | fdc1b6e4cfc59784c4a16d2dbb7b977d947fb1ca (diff) | |
download | gnutls-f8077a3320f9118cdad8f353c8fdaadf3cb99875.tar.gz |
Use sha1sum instead of md5sum for igloo.linux.gr CHECKSUMS.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b5f7f0b65c..e81a86d007 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ release: gpg -b $(distdir).tar.bz2 gpg --verify $(distdir).tar.bz2.sig scp $(distdir).tar.bz2{,.sig} igloo.linux.gr:~ftp/pub/gnutls/ - ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && md5sum *.tar.gz *.tar.bz2 > CHECKSUMS' + ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && sha1sum *.tar.gz *.tar.bz2 > CHECKSUMS' cd doc && ./gendocs.sh -o ../$(htmldir)/manual/ $(PACKAGE) "GNU TLS" cp -v $(distdir).tar.bz2{,.sig} $(htmldir)/releases/ cp -v doc/reference/html/*.{html,png,css,devhelp} $(htmldir)/reference/ |