last-svn-commit-72-g8a2626d Ship non generated outputs.

* doc/Makefile.am (EXTRA_DIST): Add $(MORE_OUTPUTS). --- milena/ChangeLog | 6 ++++++ milena/doc/Makefile.am | 3 ++- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 5c38891..1801dea 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,11 @@ 2010-03-17 Roland Levillain <roland@lrde.epita.fr> + Ship non generated outputs. + + * doc/Makefile.am (EXTRA_DIST): Add $(MORE_OUTPUTS). + +2010-03-17 Roland Levillain <roland@lrde.epita.fr> + Generate the list of outputs in the documentation. * doc/Makefile.am (OUTPUTS): Remove this variable that used to be diff --git a/milena/doc/Makefile.am b/milena/doc/Makefile.am index 32e9395..b4d41df 100644 --- a/milena/doc/Makefile.am +++ b/milena/doc/Makefile.am @@ -876,7 +876,7 @@ regen-outputs-mk: mv -f $(srcdir)/outputs.mk.tmp $(srcdir)/outputs.mk chmod -w $(srcdir)/outputs.mk -## FIXME: These outpouts are also required by the (LaTeX) +## FIXME: These outputs are also required by the (LaTeX) ## documentation. However, they have no corresponding program in ## examples/, hence they cannot be regenerated. Are they hand-made ## outputs? Or maybe outputs of which program has been removed since? @@ -888,6 +888,7 @@ MORE_OUTPUTS = \ $(srcdir)/outputs/ima2d-display-output-2.txt \ $(srcdir)/outputs/parray-display-1.txt \ $(srcdir)/outputs/win-create-1-display.txt +EXTRA_DIST += $(MORE_OUTPUTS) $(srcdir)/examples-outputs.mk: $(srcdir)/gen-examples-outputs-mk rm -f $@.tmp -- 1.5.6.5
participants (1)
-
Roland Levillain