]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Minor correction of previous integration
authorvsr <vsr@opencascade.com>
Wed, 21 Nov 2012 13:09:00 +0000 (13:09 +0000)
committervsr <vsr@opencascade.com>
Wed, 21 Nov 2012 13:09:00 +0000 (13:09 +0000)
doc/doxygen/Makefile.am

index 5b08b979dfb653a0eb11feb521fb2cbf990c44d1..75a1d2c762b018f54bcec330918059a6e64d8b8c 100644 (file)
@@ -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;                      \