X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=5e91c8a8f77572bd0fc08a0d1f9c9200ade7c65f;hb=7b2c5a1bbb879321bc126c5b8df3cc1f38321496;hp=d55479ce8f3b5f6179d6ffd439b8d6f91fa5ceb0;hpb=48959daf724bb10802ca489654035f69e701efc0;p=mmh 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)