Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
2d3f4779
...
2d3f4779e79431b114971d85ae94193b59fe39d5
authored
2009-08-12 22:13:02 +0200
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Restore old CVS ChangeLog.
1 parent
dd2131f5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
Makefile.am
doc/ChangeLog.CVS
doc/Makefile.am
Makefile.am
View file @
2d3f477
...
...
@@ -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
\
...
...
doc/ChangeLog.CVS
0 → 100644
View file @
2d3f477
This diff could not be displayed because it is too large.
doc/Makefile.am
View file @
2d3f477
## 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
...
...
Please
register
or
sign in
to post a comment