
* doc/Makefile.am (EXTRA_DIST): Add Doxyfile_user, Doxyfile_user_pdf, doxyfuns.sty and milena.sty. --- milena/ChangeLog | 7 +++++++ milena/doc/Makefile.am | 20 ++++++++++++-------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index f17b700..b9501d7 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,12 @@ 2009-06-24 Roland Levillain <roland@lrde.epita.fr> + Distribute Doxyfiles. + + * doc/Makefile.am (EXTRA_DIST): Add Doxyfile_user, + Doxyfile_user_pdf, doxyfuns.sty and milena.sty. + +2009-06-24 Roland Levillain <roland@lrde.epita.fr> + * doc/Makefile.am (Doxyfile_devel_pdf): Typo in dependency name. 2009-06-23 Guillaume Lazzara <guillaume.lazzara@lrde.epita.fr> diff --git a/milena/doc/Makefile.am b/milena/doc/Makefile.am index e193619..8b396fd 100644 --- a/milena/doc/Makefile.am +++ b/milena/doc/Makefile.am @@ -191,14 +191,18 @@ include $(srcdir)/figures/figures.mk include $(srcdir)/outputs/outputs.mk -EXTRA_DIST += \ - Doxyfile.in \ - groups \ - $(USER_REFMAN_HTML) \ - $(USER_REFMAN_PDF) \ - tools/clearbanner.sh \ - tools/sample_utils.hh \ - tools/split_sample.sh \ +EXTRA_DIST += \ + Doxyfile.in \ + Doxyfile_user \ + Doxyfile_user_pdf \ + groups \ + doxyfuns.sty \ + milena.sty \ + tools/clearbanner.sh \ + tools/sample_utils.hh \ + tools/split_sample.sh \ + $(USER_REFMAN_HTML) \ + $(USER_REFMAN_PDF) \ tools/todoxygen.sh CLEANFILES = \ -- 1.6.2.4