diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-12-15 18:35:54 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-12-15 18:35:54 +0000 |
commit | 2d84c2030a5b5cd023daaa0664ad44ab2bcd25bb (patch) | |
tree | 6c317d514ee84f756acd2ca80057bc7f659b1f4d /Makefile.am | |
parent | cafc51ebbebe40e69ef4cc88da163484a66bb038 (diff) | |
download | libtasn1-2d84c2030a5b5cd023daaa0664ad44ab2bcd25bb.tar.gz |
(release): Fix.
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 65a452d..482d82b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ release: cd doc && ./gendocs.sh -o ../$(htmldir)/manual/libtasn1/ $(PACKAGE) "Libtasn1" cp -v doc/reference/html/*.{html,png,devhelp,css} $(htmldir)/manual/libtasn1/reference/ scp $(distdir).tar.gz{,.sig} igloo.linux.gr:/ftp/pub/gnutls/libtasn1 - ssh igloo.linux.gr 'cd /ftp/pub/gnutls/libtasn1 && sha1sum *.tar.gz *.tar.bz2 > CHECKSUMS' + ssh igloo.linux.gr 'cd /ftp/pub/gnutls/libtasn1 && sha1sum *.tar.gz > CHECKSUMS' cp -v $(distdir).tar.gz{,.sig} $(htmldir)/releases/libtasn1/ cd $(htmldir) && \ cvs add -kb releases/libtasn1/$(distdir).tar.gz{,.sig} && \ |