[PATCH 06/12] Install recursive regeneration rules in the top level.

* Makefile.am: Include build-aux/regen-recursive.mk. (REGEN_SUBDIRS): Add milena and scribo. --- ChangeLog | 7 +++++++ Makefile.am | 3 +++ 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8310f5c..91694f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2009-06-08 Roland Levillain <roland@lrde.epita.fr> + Install recursive regeneration rules in the top level. + + * Makefile.am: Include build-aux/regen-recursive.mk. + (REGEN_SUBDIRS): Add milena and scribo. + +2009-06-08 Roland Levillain <roland@lrde.epita.fr> + Introduce an Automake helper to factor regen recursive targets. * build-aux/regen-recursive.mk: New. diff --git a/Makefile.am b/Makefile.am index 9b222b6..7f7153b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,3 +18,6 @@ doc: pretty-check: cd milena/tests && $(MAKE) $(AM_MAKEFLAGS) $@ +# Regen files recursively. +include $(top_srcdir)/build-aux/regen-recursive.mk +REGEN_SUBDIRS += milena scribo -- 1.6.1.2
participants (1)
-
Roland Levillain