summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-01-02 15:20:09 +0100
committerGravatar Christian Hesse <mail@eworm.de>2014-01-02 15:20:09 +0100
commit3f31ed361201b0caad0f012d487f9bac2642f5c8 (patch)
tree39faff34afaee429c7dcd73eb06df09172ced1bd
parent704a47ec921fe3ed95e16b1135cc1a9106f039b3 (diff)
downloaddyndhcpd-3f31ed361201b0caad0f012d487f9bac2642f5c8.tar.gz
dyndhcpd-3f31ed361201b0caad0f012d487f9bac2642f5c8.tar.zst
add make release
-rw-r--r--.gitignore2
-rw-r--r--Makefile4
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7aa2e29..07b736a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ dyndhcpd
config.h
README.html
version.h
+dyndhcpd-*.tar.xz
+dyndhcpd-*.tar.xz.asc
diff --git a/Makefile b/Makefile
index d6e87d5..19d0bd4 100644
--- a/Makefile
+++ b/Makefile
@@ -42,3 +42,7 @@ clean:
distclean:
$(RM) -f *.o *~ dyndhcpd README.html version.h config.h
+
+release:
+ git archive --format=tar.xz --prefix=dyndhcpd-$(VERSION)/ $(VERSION) > dyndhcpd-$(VERSION).tar.xz
+ gpg -ab dyndhcpd-$(VERSION).tar.xz