From: vsr Date: Wed, 21 Nov 2012 13:09:00 +0000 (+0000) Subject: Minor correction of previous integration X-Git-Tag: V6_6_0~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f6d9675e4060bc09c9746ab68df5f89b77b29246;p=tools%2Fmedcoupling.git Minor correction of previous integration --- 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; \