summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-03 09:33:19 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-03 09:33:19 +0000
commitf13c4a20504825f8ea198aa1e3245f20d91d7e8b (patch)
treeaa07a8ff21cbdc7eb6305f95340500051d1f66ee
parentc03d9519d3671473db16d8355fc1150261be5a09 (diff)
downloadmailutils-f13c4a20504825f8ea198aa1e3245f20d91d7e8b.tar.gz
mailutils-f13c4a20504825f8ea198aa1e3245f20d91d7e8b.tar.bz2
Added copyleft header. Removed README-alpha from
EXTRA_DIST and added it to AUTOMAKE_OPTIONS. Removed incomplete mh.
-rw-r--r--Makefile.am10
1 files changed, 7 insertions, 3 deletions
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"`

Return to:

Send suggestions and report system problems to the System administrator.