last-svn-commit-83-g19eee8e bootstrap: Regen the list of split outputs of the documentation.

--- ChangeLog | 4 ++++ bootstrap | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8e5c2a0..d530769 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-18 Roland Levillain <roland@lrde.epita.fr> + + * bootstrap: Regen the list of split outputs of the documentation. + 2010-03-17 Roland Levillain <roland@lrde.epita.fr> * bootstrap: Be terser. diff --git a/bootstrap b/bootstrap index 3187d3b..d607402 100755 --- a/bootstrap +++ b/bootstrap @@ -190,6 +190,8 @@ cd milena/doc && \ `find examples -name \*.cc -a \! -path examples/trash/\* \ | env LC_ALL=C sort` \ >examples-outputs.mk +# * Split outputs. +cd milena/doc && ./gen-split-outputs-mk >split-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
participants (1)
-
Roland Levillain