From: vsr Date: Wed, 22 Aug 2012 07:33:58 +0000 (+0000) Subject: 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins... X-Git-Tag: V6_6_0a1~196 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5e2d03fd99536800b8568cecdf68dca0586d25d4;p=modules%2Fsmesh.git 0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins from the SMESH module * Improve documentation for meshing plug-ins (in particular, dynamically added methods) --- diff --git a/doc/salome/gui/SMESH/Makefile.am b/doc/salome/gui/SMESH/Makefile.am index f3671bad3..5b3adb2fb 100755 --- a/doc/salome/gui/SMESH/Makefile.am +++ b/doc/salome/gui/SMESH/Makefile.am @@ -26,7 +26,7 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am EXTRA_DIST += images input static/footer.html static/doxygen.css -dist_salomescript_DATA = collect_mesh_methods.py +dist_salomescript_PYTHON = collect_mesh_methods.py guidocdir = $(docdir)/gui/SMESH guidoc_DATA = images/head.png diff --git a/src/SMESH_SWIG/Makefile.am b/src/SMESH_SWIG/Makefile.am index ab94f663c..1801d0d35 100644 --- a/src/SMESH_SWIG/Makefile.am +++ b/src/SMESH_SWIG/Makefile.am @@ -26,7 +26,7 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am # Scripts to be installed. -dist_salomescript_DATA= \ +dist_salomescript_PYTHON = \ smesh.py \ smeshDC.py \ StdMeshersDC.py \