last-svn-commit-71-g5ef318c bootstrap: Regen the list of outputs of the documentation.

17 Mar
2010
17 Mar
'10
7:57 p.m.
--- ChangeLog | 4 ++++ bootstrap | 8 ++++++++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2a72e19..db6a70a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-03-17 Roland Levillain <roland@lrde.epita.fr> + * bootstrap: Regen the list of outputs of the documentation. + +2010-03-17 Roland Levillain <roland@lrde.epita.fr> + * bootstrap: Regen the list of outputs rules and timestamps. 2010-03-16 Roland Levillain <roland@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
5691
Age (days ago)
5691
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roland Levillain