[Spice-devel] [PATCH spice-gtk] build: Do not generate ChangeLog file
Frediano Ziglio
fziglio at redhat.com
Wed May 15 08:17:12 UTC 2019
There's already a hand written change log and people can look
at repository history.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
Makefile.am | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 9fcb2d3b..3c607c9a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,18 +40,8 @@ MAINTAINERCLEANFILES = \
gtk-doc.make \
$(NULL)
-# Generate the ChangeLog file
-# and insert it into the directory we're about to use to create a tarball.
-.PHONY: gen-ChangeLog gen-THANKS
-gen-ChangeLog:
- if test -d .git || test -d ../.git; then \
- $(top_srcdir)/build-aux/gitlog-to-changelog > $(distdir)/cl-t; \
- rm -f $(distdir)/ChangeLog; \
- mv $(distdir)/cl-t $(distdir)/ChangeLog; \
- fi
-
# see git-version-gen
-dist-hook: gen-ChangeLog gen-THANKS
+dist-hook: gen-THANKS
echo $(VERSION) > $(distdir)/.tarball-version
BUILT_SOURCES = $(top_srcdir)/.version
@@ -68,6 +58,9 @@ DISTCHECK_CONFIGURE_FLAGS = \
--with-gtk=3.0 \
$(NULL)
+# Generate the THANKS file
+# and insert it into the directory we're about to use to create a tarball.
+.PHONY: gen-THANKS
gen-THANKS:
$(AM_V_GEN)if test -d .git || test -d ../.git; then \
echo "The spice-gtk team would like to thank the following contributors:" > $(distdir)/t-t; \
--
2.20.1
More information about the Spice-devel
mailing list