summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-07-14 14:42:27 +0000
committerJim Meyering <jim@meyering.net>2006-07-14 14:42:27 +0000
commita283f2df1a58d7e83a0b4bffab6bfb7ddac3de1b (patch)
treeff5cd69f164c6dc668ebf53b00ae74ba5a1fbcd1 /ChangeLog
parent01e7d49a3bb96002659bd862bd6dfa185b49431e (diff)
downloadcoreutils-a283f2df1a58d7e83a0b4bffab6bfb7ddac3de1b.tar.xz
* Makefile.maint (CVS_LIST): Use new file, build-aux/vc-list-files,
rather than open-coding it. Now supports mercurial, too. * .hgignore: New file. * Makefile.am (EXTRA_DIST): Add .hgignore, which ignores nearly all generated files, including ones like configure and po/*.po that are currently version-controlled in cvs. * build-aux/vc-list-files: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b7097ec3..5c96c9e48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-07-14 Jim Meyering <jim@meyering.net>
+ * Makefile.maint (CVS_LIST): Use new file, build-aux/vc-list-files,
+ rather than open-coding it. Now supports mercurial, too.
+ * .hgignore: New file.
+ * Makefile.am (EXTRA_DIST): Add .hgignore, which ignores nearly
+ all generated files, including ones like configure and po/*.po
+ that are currently version-controlled in cvs.
+
* Makefile.am (EXTRA_DIST): Add a few more .??* files.
They've been in CVS, just haven't been distributed before this.
Distribute ChangeLog-2005, too.