diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-11-17 13:51:14 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-11-17 13:51:14 +0000 |
commit | 20df737a612b2c7b2f6a8507dfea6998e2ceb159 (patch) | |
tree | cfccc0dc73607c545bef87504ea979e3f2ea423b /Makefile.am | |
parent | eb651b1fe4578d3c06d3869e2a22bad8e4c82f77 (diff) | |
download | gnutls-20df737a612b2c7b2f6a8507dfea6998e2ceb159.tar.gz |
Release do non-devel directory.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e11b9d8aa4..503df3818b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,8 +50,8 @@ release: make dist 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.bz2 > CHECKSUMS' + scp $(distdir).tar.bz2{,.sig} igloo.linux.gr:~ftp/pub/gnutls/ + ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && 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/ |