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

EXTRA_DIST = \
	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