[Xfce4-commits] [apps/xfce4-screensaver] 244/425: Add Changelog generation
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:51:31 CEST 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screensaver.
commit d86fdb25aa6f628defed935ae4249406a5ed32a7
Author: raveit65 <chat-to-me at raveit.de>
Date: Wed Apr 6 11:53:36 2016 +0200
Add Changelog generation
---
Makefile.am | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 1a38c9b..c25ecff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,3 +56,13 @@ MAINTAINERCLEANFILES = \
acinclude.m4 \
$(NULL)
+# Build ChangeLog from GIT history
+ChangeLog:
+ $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \
+ GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \
+ fi
+
+dist: ChangeLog
+
+.PHONY: ChangeLog
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list