summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-01-12 21:21:53 +0000
committerSimon Josefsson <simon@josefsson.org>2006-01-12 21:21:53 +0000
commit16ec1acc5a798d4140a858fab7a17a9be15b1c41 (patch)
tree4fcc9127321f5e103cb8284ee00f7135cbc37636 /Makefile.am
parent189ed067672173d1416d85431687589f59ef47b6 (diff)
downloadgnutls-16ec1acc5a798d4140a858fab7a17a9be15b1c41.tar.gz
Re-add igloo.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ba3c5bef4..95b0360932 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
#
# Author: Nikos Mavroyanopoulos
#
@@ -42,6 +42,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/
+ 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/