Salome HOME
Fixes:
[plugins/blsurfplugin.git] / Makefile.am
index d5c22572df24cfda12977fc160613ad5f8161248..d3ca9b66b2c498d706cd5404622154c51206c0fe 100644 (file)
@@ -38,9 +38,9 @@ else !BLSURFPLUGIN_ENABLE_GUI
                     -I ${SMESH_ROOT_DIR}/adm_local/unix/config_files
 endif
 
-SUBDIRS = idl adm_local resources src bin
+SUBDIRS = idl adm_local resources src bin doc
 
-DIST_SUBDIRS = idl adm_local resources src bin 
+DIST_SUBDIRS = idl adm_local resources src bin doc 
 
 DISTCLEANFILES = a.out aclocal.m4 configure
 
@@ -52,3 +52,12 @@ EXTRA_DIST += \
 
 dist-hook:
        rm -rf `find $(distdir) -name CVS`
+
+usr_docs:
+       (cd doc && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
+
+docs: usr_docs
+
+dev_docs:
+       (cd doc && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
+