aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
blob: d08c8fee4511bea8a47c46cb5fccd575a3e321ad (plain)
1
2
3
4
5
6
7
8
9
10
11
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = libinotifytools src man

README: README.md

dist-hook:
# Automake official documentation states that dist-hook should assume files
# are not writable.
	chmod u+w $(distdir)/ChangeLog
	git log --pretty=format:'%s' > $(distdir)/ChangeLog