From 53e7d092a056a0c5644d1dc846f72bcea9155a49 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 31 Dec 2001 09:19:33 +0000 Subject: [PATCH] * automake.in (common_files): Add COPYING.DOC. Suggested by Karl Berry. --- ChangeLog | 5 +++++ automake.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0a3fc9184..7b32ab75e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-31 Alexandre Duret-Lutz + + * automake.in (common_files): Add COPYING.DOC. + Suggested by Karl Berry. + 2001-12-30 Tom Tromey * automake.in (define_configure_variable): Define a user macro, diff --git a/automake.in b/automake.in index 2ece12819..8acf38556 100755 --- a/automake.in +++ b/automake.in @@ -202,7 +202,7 @@ my @libtool_sometimes = qw(ltconfig ltcf-c.sh ltcf-cxx.sh ltcf-gcj.sh); # Commonly found files we look for and automatically include in # DISTFILES. my @common_files = - (qw(ABOUT-GNU ABOUT-NLS AUTHORS BACKLOG COPYING COPYING.LIB + (qw(ABOUT-GNU ABOUT-NLS AUTHORS BACKLOG COPYING COPYING.DOC COPYING.LIB ChangeLog INSTALL NEWS README THANKS TODO acinclude.m4 ansi2knr.1 ansi2knr.c compile config.guess config.sub configure configure.ac configure.in depcomp elisp-comp -- 2.47.2