
* doc/Makefile.am (MORE_FIGURES): New variable. Add figures/accu_image_morpher_big_picture.pdf. (EXTRA_DIST): Add $(MORE_FIGURES). --- milena/ChangeLog | 8 ++++++++ milena/doc/Makefile.am | 4 ++++ 2 files changed, 12 insertions(+), 0 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index f561db9..8eef77a 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,13 @@ 2010-03-18 Roland Levillain <roland@lrde.epita.fr> + Distribute non generated figures in the documentation. + + * doc/Makefile.am (MORE_FIGURES): New variable. + Add figures/accu_image_morpher_big_picture.pdf. + (EXTRA_DIST): Add $(MORE_FIGURES). + +2010-03-18 Roland Levillain <roland@lrde.epita.fr> + Distribute non generated examples in the documentation. * doc/Makefile.am (TECHNICAL_EXAMPLES, MORE_EXAMPLES): diff --git a/milena/doc/Makefile.am b/milena/doc/Makefile.am index 8e1a4f0..63f3ea8 100644 --- a/milena/doc/Makefile.am +++ b/milena/doc/Makefile.am @@ -102,6 +102,10 @@ include $(srcdir)/figures.mk # variables may be removed someday (see FIXME below). MAINTAINERCLEANFILES = $(FIGURES) +# This image seems to be used nowhere. +MORE_FIGURES = figures/accu_image_morpher_big_picture.pdf +EXTRA_DIST += $(MORE_FIGURES) + # ----- # # PBM. # # ----- # -- 1.5.6.5