diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile.am | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -19,6 +19,7 @@ stamp-* test *.tar.gz *.swp +*.sig tests/run-tests* tests/.deps diff --git a/Makefile.am b/Makefile.am index e8a2ece..f36573d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,3 +15,7 @@ dist-hook: echo A git clone is required to generate a ChangeLog >&2; \ fi +upload-release: $(DIST_ARCHIVES) + gpg --detach-sign --local-user 'stef@thewalter.net' $(DIST_ARCHIVES) + scp $(DIST_ARCHIVES) $(DIST_ARCHIVES).sig thewalter.net:/data/www/stef/software/mod_auth_singleid + |