1SUBDIRS = src doc
2
3ACLOCAL_AMFLAGS = -I m4
4
5EXTRA_DIST = COPYING
6
7dist-hook:
8	rm -rf `find $(distdir) -name '.git*'`
9
10