[Pcsclite-git-commit] [pcsc-tools] 01/01: Use Changelog instead of ChangeLog

Ludovic Rousseau rousseau at moszumanska.debian.org
Sun Nov 8 17:19:56 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 179de1caee4984cc47bbc96b322664fb77a975ad
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sun Nov 8 18:19:33 2015 +0100

    Use Changelog instead of ChangeLog
---
 Makefile          | 4 ++--
 create_distrib.sh | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 075c021..e2d733b 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ clean:
 %.1p.gz: %.1p
 	gzip --best $^ --to-stdout > $@
 
-.PHONY: clean all install ChangeLog
+.PHONY: clean all install Changelog
 
-ChangeLog:
+Changelog:
 	git log --stat --decorate=short > $@
diff --git a/create_distrib.sh b/create_distrib.sh
index 5b3e0c8..ad670bd 100755
--- a/create_distrib.sh
+++ b/create_distrib.sh
@@ -27,8 +27,8 @@ make clean &> /dev/null
 echo "done"
 
 # generate Changelog
-echo -n "generating changelog..."
-git log --stat > Changelog
+echo -n "generating Changelog..."
+make Changelog &> /dev/null
 echo "done"
 
 present_files=$(tempfile)

-- 
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