3491: Add Update mln/doc configuration.

* bootstrap: update path to generate_dist_files.sh * configure.ac: configure new directories milena/doc. --- ChangeLog | 8 ++++++++ bootstrap | 2 +- configure.ac | 4 +++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0ffa77c..67511bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-05 Guillaume Lazzara <z@lrde.epita.fr> + + Add Update mln/doc configuration. + + * bootstrap: update path to generate_dist_files.sh + + * configure.ac: configure new directories milena/doc. + 2009-03-01 Frederic Bour <bour@lrde.epita.fr> Add rush/exo3. diff --git a/bootstrap b/bootstrap index 76d215b..102faf1 100755 --- a/bootstrap +++ b/bootstrap @@ -133,7 +133,7 @@ run milena ./generate_dist_headers.sh # Generate lists of files to be part of the distribution # for the tutorial. -run milena/doc/tutorial ./generate_dist_files.sh +run milena/doc ./generate_dist_files.sh # Tell what's going on. set -x diff --git a/configure.ac b/configure.ac index 018fec3..40969bb 100644 --- a/configure.ac +++ b/configure.ac @@ -164,8 +164,10 @@ AC_CONFIG_FILES([ external/Makefile milena/Makefile milena/doc/Makefile + milena/doc/examples/Makefile + milena/doc/ref_guide/Makefile milena/doc/tutorial/Makefile - milena/doc/tutorial/samples/Makefile + milena/doc/white_paper/Makefile milena/mesh/Makefile milena/tools/Makefile ]) -- 1.5.6.5
participants (1)
-
Guillaume Lazzara