summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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.