aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2017-09-28 23:10:01 +0200
committerGravatar Christian Hesse <mail@eworm.de>2017-09-28 23:10:01 +0200
commitd6f8f5da78eccdfe5eca61795ebc15f5ce9d4080 (patch)
tree0d2d12b6fced71d7a40494272d44444cf2ea94bb
parentda536e2381b9c399f7c3beaff322abac91c8be85 (diff)
downloadpacman-offline-d6f8f5da78eccdfe5eca61795ebc15f5ce9d4080.tar.gz
pacman-offline-d6f8f5da78eccdfe5eca61795ebc15f5ce9d4080.tar.zst
prepare for a release0.0.1
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 652524c..e3d13a9 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,10 @@ MD := markdown
RM := rm
SED := sed
+# this is just a fallback in case you do not
+# use git but downloaded a release tarball...
+VERSION := 0.0.1
+
all: README.html
%.html: %.md
@@ -22,3 +26,7 @@ install:
clean:
$(RM) -f README.html
+
+release:
+ git archive --format=tar.xz --prefix=pacman-offline-$(VERSION)/ $(VERSION) > pacman-offline-$(VERSION).tar.xz
+ gpg -ab pacman-offline-$(VERSION).tar.xz