comparison Makefile.am @ 785:4294e7f1209f

Put README.postfix in tarball
author Ben Schmidt
date Sun, 21 Nov 2010 00:28:46 +1100
parents 5eef399f6c4a
children dfc9ab125fd4
comparison
equal deleted inserted replaced
784:8b75f6939a96 785:4294e7f1209f
1 ## Process this file with automake to produce Makefile.in 1 ## Process this file with automake to produce Makefile.in
2 2
3 AUTOMAKE_OPTIONS = foreign dist-bzip2 3 AUTOMAKE_OPTIONS = foreign dist-bzip2
4 EXTRA_DIST = include VERSION LICENSE UPGRADE src/log_error.c FAQ \ 4 EXTRA_DIST = include VERSION LICENSE UPGRADE src/log_error.c FAQ \
5 TUNABLES README.access man \ 5 TUNABLES README.access man \
6 README.exim4 README.sendmail README.security README.qmail 6 README.exim4 README.sendmail README.security README.qmail \
7 README.postfix
7 CLEANFILES = *~ mlmmj-*.tar.* 8 CLEANFILES = *~ mlmmj-*.tar.*
8 9
9 dist-hook: 10 dist-hook:
10 rm -rf `find $(distdir)/ -name CVS` 11 rm -rf `find $(distdir)/ -name CVS`
11 12