summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO6
-rwxr-xr-xbootstrap.sh2
2 files changed, 7 insertions, 1 deletions
diff --git a/TODO b/TODO
index 778ccc1..025f9d4 100644
--- a/TODO
+++ b/TODO
@@ -88,3 +88,9 @@
This mechanism is pretty fragile. Since the exact list is known at the time
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
+
+ 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.
diff --git a/bootstrap.sh b/bootstrap.sh
index c3f8b46..0b3d025 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -19,7 +19,7 @@ sed -i -e 's/^sc_file_system:/disabled_sc_file_system:/' \
echo TODO >AUTHORS
-build-aux/gitlog-to-changelog -- master >ChangeLog
+build-aux/gitlog-to-changelog >ChangeLog -- master m4/
autoreconf --install -Wall