From: Ken Hornstein Date: Mon, 11 Jun 2012 04:26:21 +0000 (-0400) Subject: Fix typo in gpg command and handle the .sig file properly. X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=d532d000000ae84fc6b44c2f3d4dfd1d8778b174;p=mmh Fix typo in gpg command and handle the .sig file properly. --- diff --git a/.gitignore b/.gitignore index 7253863..3e34897 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ /missing /ylwrap /nmh-*.tar.gz +/nmh-*.tar.gz.sig # Removed by maintainer-clean: /autom4te.cache/ diff --git a/Makefile.am b/Makefile.am index d55479c..5e91c8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,7 @@ MAINTAINERCLEANFILES = cscope.files cscope.out ## SUPERCLEANFILES = ChangeLog Makefile.in aclocal.m4 compile config.guess \ config.h.in config.h.in~ config.sub configure depcomp \ - install-sh missing ylwrap nmh-*.tar.gz + install-sh missing ylwrap nmh-*.tar.gz nmh-*.tar.gz.sig superclean: maintainer-clean @rm -f $(SUPERCLEANFILES) .PHONY: superclean @@ -621,7 +621,7 @@ upload: dist @echo "Did you run 'make distcheck' already?" @if test -z "$(SKIP_GPG_SIG)"; then \ echo "Creating GPG signature (set SKIP_GPG_SIG to bypass this step)"; \ - gpg --output $(DIST_ARCHIVES).sig --detatch-sig $(DIST_ARCHIVES); \ + gpg --output $(DIST_ARCHIVES).sig --detach-sig $(DIST_ARCHIVES); \ fi @echo "Setting permissions for savannah.gnu.org" chmod 664 $(DIST_ARCHIVES)