---
ChangeLog | 4 ++++
bootstrap | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 714a90e..04d5d88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-03-16 Roland Levillain <roland(a)lrde.epita.fr>
+ * bootstrap: Regen the list of split examples of the documentation.
+
+2010-03-16 Roland Levillain <roland(a)lrde.epita.fr>
+
* bootstrap: Regen the list of examples of the documentation.
2010-03-16 Roland Levillain <roland(a)lrde.epita.fr>
diff --git a/bootstrap b/bootstrap
index 9cafeff..9dada3f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -177,7 +177,8 @@ run milena/doc/ ./generate_dist_files.sh outputs txt
milena/doc/gen-make-variable EXAMPLES \
`find milena/doc/examples -name '*.cc' | sed
's,^milena/doc,\$(srcdir),'` \
milena/doc/examples.mk
-run milena/doc/
./generate_dist_files.sh examples cc.raw
+# * Split examples.
+cd milena/doc && ./gen-split-examples-mk >split-examples.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