aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-08-22 15:15:59 -0500
committerTed Gould <ted@gould.cx>2012-08-22 15:15:59 -0500
commit7fefacfc50a53faa225170dd047df212955af455 (patch)
tree572842800484fbd3714a7e8ede69bb3a5809c14c /Makefile.am
parentba68890132e8e12e82f720ff1f09d4cef40b54b4 (diff)
downloadlightdm-remote-session-remoteconfigure-7fefacfc50a53faa225170dd047df212955af455.tar.gz
lightdm-remote-session-remoteconfigure-7fefacfc50a53faa225170dd047df212955af455.tar.bz2
lightdm-remote-session-remoteconfigure-7fefacfc50a53faa225170dd047df212955af455.zip
Add e-mail addresses to the AUTHORS
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 8edb9f3..8a0d998 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,7 +74,7 @@ dist-hook:
echo Creating AUTHORS && \
( cd "$(top_srcdir)" && \
echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | cut -d "<" -f 1 | sort -u) > AUTHORS.tmp \
+ $(top_srcdir)/missing --run bzr log --long --levels=0 | grep -e "^\s*author:" -e "^\s*committer:" | cut -d ":" -f 2 | sed -r -f AUTHOR-glue | sort -u) > AUTHORS.tmp \
&& mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
|| (rm -f AUTHORS.tmp; \
echo Failed to generate AUTHORS >&2 ); \