aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 19:12:37 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-10-26 19:13:41 +0200
commit32072123431cbec91d131404828bb74b2b504212 (patch)
tree9336345e4235dc9b265ac90dcce621e10db0a269 /Makefile.am
parent1b6f7b20d4bda52a07aaf2835f742c23cf51db30 (diff)
downloadayatana-indicator-application-32072123431cbec91d131404828bb74b2b504212.tar.gz
ayatana-indicator-application-32072123431cbec91d131404828bb74b2b504212.tar.bz2
ayatana-indicator-application-32072123431cbec91d131404828bb74b2b504212.zip
{configure.ac,Makefile.am}: Drop distcheck features.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/Makefile.am b/Makefile.am
index 4c4f5b3..8ddabd4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,32 +5,4 @@ SUBDIRS = data \
EXTRA_DIST = \
ChangeLog
-DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
-
-dist-hook:
- @if test -d "$(top_srcdir)/.git"; \
- then \
- echo Creating ChangeLog && \
- ( cd "$(top_srcdir)" && \
- echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run git --no-pager log --since "1970" --format="%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n") > 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)/.git"; \
- then \
- echo Creating AUTHORS && \
- ( cd "$(top_srcdir)" && \
- echo '# Generated by Makefile. Do not edit.'; echo; \
- $(top_srcdir)/missing --run git log | grep -e "^Author:" -e "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
-
include $(top_srcdir)/Makefile.am.coverage