From 196672a8f189e6270de3cd566551cbdbf93f26dc Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 2 Mar 2011 15:13:56 +0000 Subject: [PATCH] fix "Replacing smeshDC by smesh" make temporary smesh.py in the current dir to avoid overwriting smesh.py when building in SMESH_SRC --- doc/salome/gui/SMESH/doxyfile_py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/salome/gui/SMESH/doxyfile_py.in b/doc/salome/gui/SMESH/doxyfile_py.in index 6053cdfd0..ebf525e0c 100755 --- a/doc/salome/gui/SMESH/doxyfile_py.in +++ b/doc/salome/gui/SMESH/doxyfile_py.in @@ -98,7 +98,7 @@ EXAMPLE_RECURSIVE = NO #--------------------------------------------------------------------------- #Input related options #--------------------------------------------------------------------------- -INPUT = @top_builddir@/src/SMESH_SWIG +INPUT = . FILE_PATTERNS = smesh.py IMAGE_PATH = @srcdir@/images RECURSIVE = NO @@ -157,4 +157,4 @@ DOT_CLEANUP = YES #External reference options #--------------------------------------------------------------------------- GENERATE_TAGFILE = smeshpy_doc.tag -SEARCHENGINE = YES \ No newline at end of file +SEARCHENGINE = YES -- 2.30.2