---
ChangeLog | 4 ++++
bootstrap | 6 ++++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 04d5d88..2a72e19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-17 Roland Levillain <roland(a)lrde.epita.fr>
+
+ * bootstrap: Regen the list of outputs rules and timestamps.
+
2010-03-16 Roland Levillain <roland(a)lrde.epita.fr>
* bootstrap: Regen the list of split examples of the documentation.
diff --git a/bootstrap b/bootstrap
index 9dada3f..8b50cb3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -179,6 +179,12 @@ milena/doc/gen-make-variable EXAMPLES \
milena/doc/examples.mk
# * Split examples.
cd milena/doc && ./gen-split-examples-mk >split-examples.mk
+# * Outputs rules and timestamps.
+cd milena/doc && \
+ ./gen-examples-outputs-mk \
+ `find examples -name \*.cc -a \! -path examples/trash/\* \
+ | env LC_ALL=C sort` \
+ >examples-outputs.mk
# Generate unit test files.
run . ./build-aux/build_unit_test.sh `pwd`/milena/mln milena/tests/unit_test
milena/tests/unit_test/disabled_tests
--
1.5.6.5