summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2008-07-17 14:13:34 -0400
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2008-07-17 14:13:34 -0400
commitf729457da5de4a96ccd220ce71c583cdec971483 (patch)
treebd29637751f325c1b7cf77cfa3332749eadeb075 /Makefile.am
parent72045eabd57cf793266424c39246b435b655b19f (diff)
Update RELEASING and release targets in Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 77c9d61..2cf692d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -114,7 +114,7 @@ release-publish-message: $(sha1_tgz) $(md5_tgz) $(sha1_tbz2) $(md5_tbz2) ensure-
@echo ""
@echo "GPG signature:"
@echo " $(RELEASE_CAIRO_URL)/$(gpg_file)"
- @echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
+ @echo " (signed by `git config --get user.name` <`git config --get user.email`>)"
@echo ""
@echo "Git:"
@echo " git://git.freedesktop.org/git/pixman"