Salome HOME
0021308: EDF 1923 SMESH: Remove hard-coded dependency of the external mesh plugins...
authorvsr <vsr@opencascade.com>
Wed, 22 Aug 2012 07:33:58 +0000 (07:33 +0000)
committervsr <vsr@opencascade.com>
Wed, 22 Aug 2012 07:33:58 +0000 (07:33 +0000)
* Improve documentation for meshing plug-ins (in particular, dynamically added methods)

doc/salome/gui/SMESH/Makefile.am
src/SMESH_SWIG/Makefile.am

index f3671bad363363a9660d0f43225dba8579733f92..5b3adb2fbcf76e9c9430128cb6e0f7d3f6881fbb 100755 (executable)
@@ -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
index ab94f663c9f46ef3cbabaf6c711c7a442cc9c94f..1801d0d3531692d544e8c47a89e9327035579551 100644 (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 \