Salome HOME
0013410: SubMesh not taken into account with Netgen 1D-2D et 1D-2D-3D
[modules/smesh.git] / doc / salome / gui / Makefile.am
index e7c5dc8ae64c8ee0633a31f198b7be7894ce7f65..bfc1d5c112bdb55ca2b17f4749b382f00d02d798 100644 (file)
 
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
-EXTRA_DIST+=SMESH
-
-doxygen=@DOXYGEN@
+SUBDIRS = SMESH
 
 usr_docs:
-       cd ./SMESH; \
-       echo "Processing smeshDC.py file: "; \
-       $(doxygen) ./doxyfile_py; \
-       sed 's|../../../share/salome|$(top_srcdir)|' ./doxyfile > ./doxyfile1; \
-       mv -f doxyfile1 doxyfile; \
-       echo "Running doxygen in directory: "`pwd`; \
-       $(doxygen) ./doxyfile;
+       (cd SMESH && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
 
 docs: usr_docs
-
-clean-local:
-       rm -fr `ls | grep -v "Makefile"`
-       rm -fr SMESH
-
-install-data-local: usr_docs
-       mkdir -p $(docdir)/gui
-       cp -rf SMESH $(docdir)/gui
-       -find $(PWD) -name CVS -prune -exec rm -rf {} \;
-
-uninstall-local:
-       rm -rf $(docdir)/gui/SMESH
-
-docguidir=$(docdir)/gui/SMESH
-
-nodist_docgui_DATA= SMESH/doxyfile
-nodist_docgui_DATA+= SMESH/doxyfile_py
-EXTRA_DIST+= SMESH/doxyfile.in
-EXTRA_DIST+= SMESH/doxyfile_py.in