diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-08-13 20:20:15 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-08-13 20:20:15 +0000 |
commit | 85178eca12ee8569be0d38a3157ee919feb15264 (patch) | |
tree | 9aeabb032f7796ad34bf4b34ea9433e295e3d369 /Makefile.am | |
parent | eccf559a7f615e0cee95459973e4fb85809af98c (diff) | |
download | gnutls-85178eca12ee8569be0d38a3157ee919feb15264.tar.gz |
Fix release target.
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 1b5e2df06d..68f4f72648 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ release: gpg -b $(distdir).tar.bz2 gpg --verify $(distdir).tar.bz2.sig scp $(distdir).tar.bz2{,.sig} igloo.linux.gr:~ftp/pub/gnutls/devel/ - ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.tar.gz *.tar.bz2 > CHECKSUMS' + ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.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/ |