From f13c4a20504825f8ea198aa1e3245f20d91d7e8b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 3 Sep 2002 09:33:19 +0000 Subject: Added copyleft header. Removed README-alpha from EXTRA_DIST and added it to AUTOMAKE_OPTIONS. Removed incomplete mh. --- Makefile.am | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d390bb1f7..0d1c2fc15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,16 @@ -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"` -- cgit v1.2.1