summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-09-19 01:51:54 +0200
committerPeter Simons <simons@cryp.to>2009-09-21 22:57:53 +0200
commita6b2d7b20dbcf1ac19aa9bdf78a9ba575f86f7ac (patch)
tree5775cb1997e6f4a0dd0c43f992a98bdd265bd32a /TODO
parente55e85ee99349e35719361937cefa6c485646f63 (diff)
downloadautoconf-archive-a6b2d7b20dbcf1ac19aa9bdf78a9ba575f86f7ac.tar.gz
ChangeLog: automatically generate the file in dist-hook
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 025f9d4..fbac6da 100644
--- a/TODO
+++ b/TODO
@@ -89,8 +89,10 @@
we compile the release archive, that information should be inserted in the
script statically. But how?
-* TODO Integrate generation of the ChangeLog file into the build system
+* DONE Integrate generation of the ChangeLog file into the build system
Currently, [[bootstrap.sh]] generates that file, but this mechanism doesn't
ensure that the file is up-to-date come at the time a release archive is
compiled.
+
+ Coreutils has a nice example of how to do it.