Commit 2d3f4779 2d3f4779e79431b114971d85ae94193b59fe39d5 by Wojciech Polak

Restore old CVS ChangeLog.

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