diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -6,3 +6,5 @@ config.h avahi/pacdbserve.service README.html version.h +paccache-*.tar.xz +paccache-*.tar.xz.asc @@ -63,3 +63,7 @@ clean: distclean: $(RM) -f *.o *~ arch pacredir avahi/pacdbserve.service README.html version.h config.h + +release: + git archive --format=tar.xz --prefix=paccache-$(VERSION)/ $(VERSION) > paccache-$(VERSION).tar.xz + gpg -ab paccache-$(VERSION).tar.xz |