From: vsr Date: Tue, 25 Oct 2011 10:09:08 +0000 (+0000) Subject: Fix problem of build procedure: 'make install' fails if OMNIORB_CONFIG variable point... X-Git-Tag: Before_0020136~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c02504f9e7800888af9e405b5b48ac5a41966f42;p=modules%2Fkernel.git Fix problem of build procedure: 'make install' fails if OMNIORB_CONFIG variable points to the running omniNames but other SALOME services are unreachable. --- diff --git a/doc/docutils/Makefile.am b/doc/docutils/Makefile.am index e5d0fbb9d..217fd91de 100644 --- a/doc/docutils/Makefile.am +++ b/doc/docutils/Makefile.am @@ -54,6 +54,7 @@ html/index.html:$(RSTFILES) mkdir -p html doctrees PYTHONPATH=$(SPHINX_PYTHONPATH):${PYTHONPATH} \ LD_LIBRARY_PATH=$(SPHINX_LD_LIBRARY_PATH):${LD_LIBRARY_PATH} \ + OMNIORB_CONFIG= \ $(SPHINXBUILD) -c $(top_builddir)/doc/docutils -W -b html $(ALLSPHINXOPTS) html @echo @echo "Build finished. The HTML pages are in html."