From afaacd71c5aa173fdebbe76fd5492c0566a824a6 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 6 Apr 2016 11:20:39 +0200 Subject: Add Changelog generation --- Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dd38ff5c..a7a31d79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,3 +7,13 @@ EXTRA_DIST = autogen.sh HACKING rationales.txt \ intltool-extract.in intltool-merge.in intltool-update.in DISTCLEANFILES = intltool-extract intltool-merge intltool-update po/stamp-it po/.intltool-merge-cache + +# 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 -- cgit v1.2.1