diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-11-16 14:57:37 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-11-16 14:57:37 +0000 |
commit | f25b5beb51ff4f1e71a61778559f1ae6768fbe7e (patch) | |
tree | e5767495220b2e6aa42c2ad5e92be8fe4264ac2e /Makefile.am | |
parent | 56119df5ccb17e165b498f318ec289e61a704008 (diff) | |
download | libtasn1-f25b5beb51ff4f1e71a61778559f1ae6768fbe7e.tar.gz libtasn1-f25b5beb51ff4f1e71a61778559f1ae6768fbe7e.tar.bz2 libtasn1-f25b5beb51ff4f1e71a61778559f1ae6768fbe7e.zip |
Fix make release.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f1af529..ea45b24 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,8 @@ release: cd doc && ../gendocs.sh -o ../$(htmldir)/manual/libtasn1/ $(PACKAGE) "Libtasn1" cp -v doc/reference/html/*.{html,png,devhelp,css} $(htmldir)/manual/libtasn1/reference/ cp -v $(distdir).tar.gz{,.sig} $(htmldir)/releases/libtasn1/ + scp $(distdir).tar.gz{,.sig} igloo.linux.gr:~ftp/pub/gnutls/libtasn1/ + ssh igloo.linux.gr 'cd ~ftp/pub/gnutls/libtasn1/ && sha1sum *.tar.gz > CHECKSUMS' cd $(htmldir) && \ cvs add -kb releases/libtasn1/$(distdir).tar.gz{,.sig} && \ cvs commit -m "Update." manual/libtasn1/ releases/libtasn1/ |