---
ChangeLog | 4 ++++
bootstrap | 8 ++++++++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8b87df8..7b87fce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-03-17 Roland Levillain <roland(a)lrde.epita.fr>
+ * bootstrap: Regen the list of outputs of the documentation.
+
+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>
diff --git a/bootstrap b/bootstrap
index 8b50cb3..ac5a455 100755
--- a/bootstrap
+++ b/bootstrap
@@ -179,6 +179,14 @@ milena/doc/gen-make-variable EXAMPLES \
milena/doc/examples.mk
# * Split examples.
cd milena/doc && ./gen-split-examples-mk >split-examples.mk
+# * Outputs.
+milena/doc/gen-make-variable OUTPUTS \
+ `find milena/doc/examples \
+ -name \*.cc -a \! -path milena/doc/examples/trash/\* \
+ | sed -e 's,milena/doc/examples/,,' \
+ -e 'y,/,_,' \
+ -e 's,\(.*\)\.cc$,milena/doc/outputs/\1.txt,'` \
+ >milena/doc/outputs.mk
# * Outputs rules and timestamps.
cd milena/doc && \
./gen-examples-outputs-mk \
--
1.5.6.5