Commit f13c4a20 f13c4a20504825f8ea198aa1e3245f20d91d7e8b by Sergey Poznyakoff

Added copyleft header. Removed README-alpha from

EXTRA_DIST and added it to AUTOMAKE_OPTIONS. Removed
incomplete mh.
1 parent c03d9519
AUTOMAKE_OPTIONS = gnu 1.6
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001,2002 Free Software Foundation
# See file COPYING in the distribution root directory for copying conditions.
AUTOMAKE_OPTIONS = gnu 1.6 readme-alpha
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = include m4 lib testsuite mailbox examples doc \
auth frm from pop3d imap4d \
mail sieve scripts libmu_scm guimb messages comsat readmsg \
mail.local mail.remote dotlock mh
mail.local mail.remote dotlock
EXTRA_DIST = mailutils.spec mailutils.spec.in COPYING.FDL README-alpha
EXTRA_DIST = mailutils.spec mailutils.spec.in COPYING.FDL
release:
$(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
......