diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-11-10 20:05:31 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-11-10 20:05:31 +0100 |
commit | ab28f07f4032de9b4d8a69b3ffbe0ef05689b677 (patch) | |
tree | dcd2877f4594c56e98b56b89ec1d6326342b8c38 | |
parent | 8ae6f5bafcc247b14e8c124c254bd45d5da92b67 (diff) | |
download | gnutls-ab28f07f4032de9b4d8a69b3ffbe0ef05689b677.tar.gz |
Remove devel/ from release target.
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index da5b5d1cae..90b7a4a705 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,8 +53,8 @@ release: git-tag -u b565716f! -m $(VERSION) $(tag) 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/ && sha1sum *.tar.bz2 > CHECKSUMS' + scp $(distdir).tar.bz2{,.sig} igloo.linux.gr:~ftp/pub/gnutls/ + ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/ && sha1sum *.tar.bz2 > CHECKSUMS' cd doc && ../build-aux/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/ |