aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-05 23:06:46 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-05 23:06:46 +0100
commitd92719f6022c6af470bbb77b4183212e359f7c42 (patch)
treee1af29fb77ac7935289a97c0c432f25173d86d62
parentAdd optional support for pam_passwdqc. (diff)
downloadpambase-d92719f6022c6af470bbb77b4183212e359f7c42.tar.gz
pambase-d92719f6022c6af470bbb77b4183212e359f7c42.tar.bz2
pambase-d92719f6022c6af470bbb77b4183212e359f7c42.zip
Tag the release when doing make dist.pambase-20080306
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d5e197..0d43434 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,7 @@ endif
dist: $(PACKAGE)-$(VERSION).tar.bz2
$(PACKAGE)-$(VERSION).tar.bz2: $(shell $(GIT) ls-files)
+ $(GIT) tag $(PACKAGE)-$(VERSION)
$(GIT) archive --format=tar --prefix=$(PACKAGE)-$(VERSION)/ HEAD | bzip2 > $@
$(PAMD): %: %.in