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)
This commit is contained in:
vsr 2012-08-22 07:33:58 +00:00
parent 8a72a789d3
commit 5e2d03fd99
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 \