diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-06-09 19:37:58 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-06-09 19:37:58 +0200 |
commit | 3dc81499da84daf9a9d7c6ce289ffb5ee1b0adfa (patch) | |
tree | b989b043fcf90b2517540c5a2a7244a0e79b9214 /Makefile.am | |
parent | af1b55021476d5776f3046f8d4d5851d8f7ed439 (diff) | |
download | gnutls-3dc81499da84daf9a9d7c6ce289ffb5ee1b0adfa.tar.gz |
Fix release target.
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 639b4c06bd..f7f31de4a8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,8 +54,8 @@ release: cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.css doc/reference/html/*.devhelp $(htmldir)/reference/ git-push --tags git-push - : scp $(distdir).tar.bz2 $(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 $(distdir).tar.bz2.sig igloo.linux.gr:~ftp/pub/gnutls/devel/ + ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/devel/ && sha1sum *.tar.bz2 > CHECKSUMS' build-aux/gnupload --to alpha.gnu.org:gnutls $(distdir).tar.bz2 cd $(htmldir) && \ cvs add -kb releases/$(distdir).tar.bz2 \ |