Commit 2d3f4779 2d3f4779e79431b114971d85ae94193b59fe39d5 by Wojciech Polak

Restore old CVS ChangeLog.

1 parent dd2131f5
......@@ -122,8 +122,8 @@ EXTRA_DIST = COPYING.LESSER paths
DISTCLEANFILES = pathdefs.h
gen_start_date =
prev_change_log =
gen_start_date = "2008-12-08"
prev_change_log = "doc/ChangeLog.CVS"
.PHONY: ChangeLog
ChangeLog:
......@@ -132,7 +132,7 @@ ChangeLog:
if test -n "$(gen_start_date)"; then \
cmd="$$cmd --since=\"$(gen_start_date)\""; \
fi; \
$$cmd | \
$$cmd --format='%s%n%n%b%n' | \
sed '/<unknown>$$/d' | fmt -s > cl-t; \
if test -n "$(prev_change_log)" && test -f "$(prev_change_log)"; \
then \
......
This diff could not be displayed because it is too large.
## Process this file with GNU Automake to create Makefile.in
## Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
## Copyright (C) 2000,2001,2002,2007,2009 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
......@@ -17,4 +17,5 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
SUBDIRS=texinfo rfc man
SUBDIRS = texinfo rfc man
EXTRA_DIST = ChangeLog.CVS
......