---
 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 5088899..cdadc91 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ tag:
                echo Uncommitted changes in above files; exit 1; fi
        sed 's/^\(my $$version = \).*/\1$(VERSION);/' -i get_iplayer
        @./get_iplayer --manpage get_iplayer.1; git add get_iplayer.1
-       @git commit -m "Tag version $(VERSION)" get_iplayer get_iplayer.1
+       @git log --format='%aN' |sort -u > CONTRIBUTORS; git add CONTRIBUTORS
+       @git commit -m "Tag version $(VERSION)" get_iplayer get_iplayer.1 
CONTRIBUTORS
        @git tag v$(VERSION)
 
 tarball:
-- 
1.7.5.4


-- 
Jonathan Wiltshire                                      [email protected]
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

Attachment: signature.asc
Description: Digital signature

_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to