summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-01-18 18:42:49 +0000
committerSimon Josefsson <simon@josefsson.org>2005-01-18 18:42:49 +0000
commit65fedf2873bb54d8725ae608c4f1c2fb68f2c62a (patch)
tree7cff6c619feb369c8f72210ce1ce24bbf8e23ad1
parenta7264037e799510cf21e009d50f629526f6350cf (diff)
downloadgnutls_1_0_24.tar.gz
(release): Fix.gnutls_1_0_24
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4b1727975f..dc60a523b8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,8 +25,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/devel
+ ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel && 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/