1 AUTOMAKE_OPTIONS = foreign
2 ACLOCAL_AMFLAGS = -I m4
6 EXTRA_DIST = README m4/yaz.m4
9 if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi
10 cp -r $(srcdir)/etc $(distdir)
11 cvs=`find $(distdir)/etc -name CVS -type d -print`; if test "$$cvs"; then rm -r $$cvs; fi
12 cp -r $(srcdir)/www $(distdir)
13 cvs=`find $(distdir)/www -name CVS -type d -print`; if test "$$cvs"; then rm -r $$cvs; fi