Skip to content

Commit

Permalink
Add Changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Oct 5, 2016
1 parent 27bbd0b commit 5997572
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,13 @@ EXTRA_DIST = \

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = compizconfig-python.pc

# 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

0 comments on commit 5997572

Please sign in to comment.