summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: efaae8e2f265d03ff5491b23b7d7fcbc04e55b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src docs

EXTRA_DIST = \
	docs \
	README.md \
	git-version-gen

dist-hook:
	@if ! git diff --quiet; then echo "Uncommitted changes present; not releasing"; exit 1; fi
	echo $(VERSION) > $(distdir)/.tarball-version