[Pcsclite-git-commit] [pcsc-tools] 02/03: Makefile: add a ChangeLog rule
Ludovic Rousseau
rousseau at moszumanska.debian.org
Sun Nov 8 17:14:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
rousseau pushed a commit to branch master
in repository pcsc-tools.
commit ca2464ebf8806da32a435b9c3629f08eeba4105a
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Sun Nov 8 18:11:41 2015 +0100
Makefile: add a ChangeLog rule
---
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5d01f32..075c021 100644
--- a/Makefile
+++ b/Makefile
@@ -43,5 +43,7 @@ clean:
%.1p.gz: %.1p
gzip --best $^ --to-stdout > $@
-.PHONY: clean all install
+.PHONY: clean all install ChangeLog
+ChangeLog:
+ git log --stat --decorate=short > $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/pcsc-tools.git
More information about the Pcsclite-cvs-commit
mailing list