aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-22 11:14:11 -0500
committerTed Gould <ted@gould.cx>2010-09-22 11:14:11 -0500
commitf5e7b8efe61d35c65422284f49e5d01a614a9deb (patch)
tree6d963d25b6b8c2a87d67b9e789622819efd84673 /Makefile.in
parentc876d26568d76d4d06b319352cf63928f21dfba5 (diff)
parentfe08c86fc6b9d9d843149bf195b995d7e38a2c40 (diff)
downloadayatana-indicator-application-f5e7b8efe61d35c65422284f49e5d01a614a9deb.tar.gz
ayatana-indicator-application-f5e7b8efe61d35c65422284f49e5d01a614a9deb.tar.bz2
ayatana-indicator-application-f5e7b8efe61d35c65422284f49e5d01a614a9deb.zip
Import upstream version 0.2.9
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 59c4e66..ec8ef85 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -806,6 +806,18 @@ dist-hook:
else \
echo Failed to generate ChangeLog: not a branch >&2; \
fi
+ @if test -d "$(top_srcdir)/.bzr"; \
+ then \
+ 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 \
+ && mv -f AUTHORS.tmp $(top_distdir)/AUTHORS \
+ || (rm -f AUTHORS.tmp; \
+ echo Failed to generate AUTHORS >&2 ); \
+ else \
+ echo Failed to generate AUTHORS: not a branch >&2; \
+ fi
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.