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

SUBDIRS = src data m4 generate

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