summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 19916ced59935147994d906f19a6568bddf932af (plain)
1
2
3
4
5
6
7
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src data m4 generate tests

dist-hook:
	chmod u+w ${distdir}/ChangeLog
	if test -d _darcs; then darcs changes >${distdir}/ChangeLog; fi