]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix release target.
authorSimon Josefsson <simon@josefsson.org>
Mon, 9 Jun 2008 17:37:58 +0000 (19:37 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 9 Jun 2008 17:37:58 +0000 (19:37 +0200)
Makefile.am

index 639b4c06bd4449939898769f20ca78c9909d63a5..f7f31de4a86c3e13cf1b1acfbfc81e922c848efb 100644 (file)
@@ -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 \