summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: ae0fc53ef740cbc640f36b21701b2b98c18fef92 (plain)
1
2
3
4
5
6
7
8
9
## Process this file with automake to produce Makefile.in

SUBDIRS = doc src contrib

EXTRA_DIST = INSTALL.gnu packages

dist-hook:
	@for dir in `find $(distdir) -type d -name CVS -print`; do \
	  rm -rf $$dir; done