summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 94736d0bfc9ff893dec474d0eb44fd5882a2072a (plain)
1
2
3
4
5
6
7
8
9
10
11
SUBDIRS = templates tools xslt

EXTRA_DIST = COPYING.GPL

ChangeLog:
	@if test -f $(top_srcdir)/.git/HEAD; then \
	  git log --stat > $@; \
	fi

dist: ChangeLog
.PHONY: ChangeLog