diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-01-27 15:51:25 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-01-27 15:51:25 +0000 |
commit | d73e0e88081ab4a100302982efdb8aebeadd1779 (patch) | |
tree | b5a1dd4de128cfc267a226e80324798fdec56ced /Makefile.am | |
parent | 008e015b6be539c3d99c82e608d40a33845001e2 (diff) | |
download | gnutls-d73e0e88081ab4a100302982efdb8aebeadd1779.tar.gz |
Don't use "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 63077728e2..6fe770ea8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,8 +44,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 && md5sum *.tar.gz *.tar.bz2 > CHECKSUMS' + 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' 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/ |