
--- ChangeLog | 4 ++++ doc/Makefile.am | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f26f566..806acdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-03-28 Guillaume Lazzara <z@lrde.epita.fr> + + * doc/Makefile.am: Add a missing dependency. + 2013-03-27 Guillaume Lazzara <z@lrde.epita.fr> * configure.ac: Allow tarballs with long filenames. diff --git a/doc/Makefile.am b/doc/Makefile.am index 2c9e81b..36a14aa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ -# Copyright (C) 2007, 2008, 2009, 2010 EPITA Research and Development -# Laboratory (LRDE). +# Copyright (C) 2007, 2008, 2009, 2010, 2013 EPITA Research and +# Development Laboratory (LRDE). # # This file is part of Olena. # @@ -80,6 +80,8 @@ REFMAN_deps = $(srcdir)/footer.html \ $(srcdir)/get_sources.dox \ $(srcdir)/subdoc_footer.html \ contributors.html \ + lrde_olena.html + $(REFMAN_IMAGES) EXTRA_DIST += $(REFMAN_deps) -- 1.7.2.5