summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-07-23 12:09:19 +0100
committerSimon McVittie <smcv@collabora.com>2019-07-23 12:09:19 +0100
commit2200aeb1e8ea9a01519be8866d794baf836fb57e (patch)
tree4521d982ddc8265cee207cf46e28d55f8afde87c /Makefile.am
parent895928212e4d7ae762e77312046c5dc8e30e8c74 (diff)
Remove ChangeLog from source releases
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 265a53d..f63cafd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,6 @@ EXTRA_DIST = \
.travis.yml \
AUTHORS \
COPYING \
- ChangeLog \
dbus-python.pc.in \
doc/_static/.gitignore \
examples/example-async-client.py \
@@ -357,9 +356,7 @@ $(patsubst %,%.test,$(test_programs)): %.test: Makefile
# === Documentation ===
-@GENERATE_CHANGELOG_RULES@
-
-dist-hook: dist-ChangeLog
+dist-hook:
echo $(VERSION) > $(distdir)/.version
touch $(distdir)/MANIFEST
touch $(distdir)/MANIFEST.in