diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-12-10 17:09:56 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-12-10 17:09:56 +0100 |
commit | 478f0e24c0391d33c77e1293eadc70246beb4c2a (patch) | |
tree | 225b96377de27c21c58121fedf642148de811edd /Makefile.am | |
parent | f8844d13028ef1322f17c5e8058fb3d983cc546f (diff) | |
download | libtasn1-478f0e24c0391d33c77e1293eadc70246beb4c2a.tar.gz libtasn1-478f0e24c0391d33c77e1293eadc70246beb4c2a.tar.bz2 libtasn1-478f0e24c0391d33c77e1293eadc70246beb4c2a.zip |
Reorder release targets.
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 8c47e55..2380dc5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,8 @@ release: ! git-tag -l $(tag) | grep $(PACKAGE) > /dev/null rm -f ChangeLog $(MAKE) ChangeLog distcheck + gpg -b $(distdir).tar.gz + gpg --verify $(distdir).tar.gz.sig cd doc && ../build-aux/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/ @@ -47,8 +49,6 @@ release: git-tag -u b565716f! -m $(VERSION) $(tag) git-push --tags git-push - gpg -b $(distdir).tar.gz - gpg --verify $(distdir).tar.gz.sig 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) && \ |