last-svn-commit-61-g073d3d9 bootstrap: Regen the list of examples of the documentation.
--- ChangeLog | 4 ++++ bootstrap | 4 ++++ 2 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 524143f..714a90e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-03-16 Roland Levillain <roland@lrde.epita.fr> + * bootstrap: Regen the list of examples of the documentation. + +2010-03-16 Roland Levillain <roland@lrde.epita.fr> + Catch up with milena/doc figure generators. * bootstrap: Here. diff --git a/bootstrap b/bootstrap index 9c03711..9cafeff 100755 --- a/bootstrap +++ b/bootstrap @@ -173,6 +173,10 @@ gen_doc_figures PBM_FIGURES pbm gen_doc_figures PGM_FIGURES pgm gen_doc_figures PPM_FIGURES ppm run milena/doc/ ./generate_dist_files.sh outputs txt +# * Examples. +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 # Generate unit test files. -- 1.5.6.5
participants (1)
-
Roland Levillain