summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-12-15 18:35:54 +0000
committerSimon Josefsson <simon@josefsson.org>2004-12-15 18:35:54 +0000
commit2d84c2030a5b5cd023daaa0664ad44ab2bcd25bb (patch)
tree6c317d514ee84f756acd2ca80057bc7f659b1f4d /Makefile.am
parentcafc51ebbebe40e69ef4cc88da163484a66bb038 (diff)
downloadlibtasn1-2d84c2030a5b5cd023daaa0664ad44ab2bcd25bb.tar.gz
(release): Fix.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
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} && \