diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-12-15 13:01:00 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-12-15 13:01:00 +0000 |
commit | d33fa6381230f9ec0010da0abef1acdd81aaa036 (patch) | |
tree | 685de7ba71865045499d31a2e9d6524364859223 /Makefile.am | |
parent | 8c02bc90b6fb1045caca15a76c253ac3d3863699 (diff) | |
download | gnutls-d33fa6381230f9ec0010da0abef1acdd81aaa036.tar.gz |
Remove igloo, it seem weird.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index bed64a1c17..e6f1cee91e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,8 +42,6 @@ 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/ - ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.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/ |