aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2011-05-10 13:40:22 -0400
committerJason Conti <jason.conti@gmail.com>2011-05-10 13:40:22 -0400
commit8af1b04c6e64f3ddfc5d1454474a422f2b7772b9 (patch)
tree71f9e5666d079b0f33aac02322c9e32b0b34bef0 /Makefile.am
parentb358f7c0a1b52e146f0870ae42bf673a944f75c1 (diff)
downloadayatana-indicator-notifications-8af1b04c6e64f3ddfc5d1454474a422f2b7772b9.tar.gz
ayatana-indicator-notifications-8af1b04c6e64f3ddfc5d1454474a422f2b7772b9.tar.bz2
ayatana-indicator-notifications-8af1b04c6e64f3ddfc5d1454474a422f2b7772b9.zip
Beginning the great renaming from example to notifications.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/Makefile.am b/Makefile.am
index 9dfa7d4..8a4e9a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,28 +7,3 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
EXTRA_DIST = autogen.sh
-dist-hook:
- @if test -d "$(top_srcdir)/.bzr"; \
- then \
- echo Creating ChangeLog && \
- ( cd "$(top_srcdir)" && \
- echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run bzr log --gnu-changelog ) > ChangeLog.tmp \
- && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
- || (rm -f ChangeLog.tmp; \
- echo Failed to generate ChangeLog >&2 ); \
- 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