summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristoph Egger <christoph@debian.org>2014-08-08 11:48:36 +0200
committerThorsten Wißmann <edu@thorsten-wissmann.de>2014-08-09 13:09:08 +0200
commit91560d0e5626079f0ead045dd22c93b8e9b56dac (patch)
tree8fc839e72665628b4d6ae29f54efaf78a076d0e0 /Makefile
parent7ab51d33e9d4dd18aab7c42f53f45fa08b5e3b6b (diff)
Add signature to released files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32de67cd..e8bd313f 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,7 @@ tar: doc
tar -xvf $(TARFILE) -C $(TMPTARDIR)
tar -czf $(TARFILE) $(TMPTARDIR)
rm -rf $(TMPTARDIR)
+ gpg --detach-sign $(TARFILE)
doc/%.1 doc/%.7: doc/%.txt version.mk
$(call colorecho,DOC,$@)