1SUBDIRS=src
2AUTOMAKE_OPTIONS=foreign
3
4EXTRA_DIST=THANKS autogen.sh doc debian acinclude
5
6# remove CVS files from examples, debian and acinclude
7# remove debian autogenerated files
8# add link from THANKS to AUTHORS
9dist-hook:
10	rm -rf `find $(distdir) -name CVS -or -name debian/mailsync`
11	rm -rf $(distdir)/debian/mailsync
12	rm -f $(distdir)/debian/files $(distdir)/debian/mailsync.*
13
14pkgdocdir=${prefix}/share/doc/@PACKAGE@
15
16pkgdoc_DATA=COPYING NEWS README THANKS TODO doc/ABSTRACT doc/examples/mailsync doc/mailsync.1 doc/mail_open_close_flowchart.dia doc/mail_open_close_flowchart.svg doc/mail_open_close_flowchart2.svg
17