This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
ChangeLogs included in dist
- From: Ben Elliston <bje at wasabisystems dot com>
- To: automake at gnu dot org
- Date: 06 Feb 2004 22:07:59 +1100
- Subject: ChangeLogs included in dist
Automake will currently include a file called "ChangeLog" in the
distribution. Many large projects use a scheme of appending a number
to ChangeLogs when the files are rotated. For example, GCC uses:
ChangeLog
ChangeLog.0
...
ChangeLog.10
Can I suggest that the list of matched files be expanded to include
ChangeLog.[0-9]+?
Cheers, Ben