From f6d9675e4060bc09c9746ab68df5f89b77b29246 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 21 Nov 2012 13:09:00 +0000 Subject: [PATCH] Minor correction of previous integration --- doc/doxygen/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/doxygen/Makefile.am b/doc/doxygen/Makefile.am index 5b08b979d..75a1d2c76 100644 --- a/doc/doxygen/Makefile.am +++ b/doc/doxygen/Makefile.am @@ -28,6 +28,11 @@ DOXY_INPUT_FILE = medcouplingexamples.doxy guidocdir = $(docdir)/gui/MED guidoc_DATA = images/head.png +# documentation +html-local: $(DOXY_INPUT_FILE) $(DOX_INPUT_FILE) + @python $(srcdir)/BuildPyExamplesFromCPP.py $(srcdir)/$(DOXY_INPUT_FILE) $(top_builddir)/doc/doxygen; + @doxygen $(DOX_INPUT_FILE) + install-data-local : html-local @if test -d doc_ref_user; then \ $(INSTALL) -d $(DESTDIR)$(docdir)/gui/MED; \ -- 2.39.2