Salome HOME
Porting GUI documentation on Doxygen tool.
authormzn <mzn@opencascade.com>
Wed, 10 Oct 2007 13:41:52 +0000 (13:41 +0000)
committermzn <mzn@opencascade.com>
Wed, 10 Oct 2007 13:41:52 +0000 (13:41 +0000)
configure.ac
doc/salome/gui/Makefile.am

index c267da8db1a337a677bd85e8383344306f7bd6dd..47099046087538341eb3141e09d17a7e025ab268 100644 (file)
@@ -446,6 +446,8 @@ AC_OUTPUT([ \
   ./doc/Makefile \
   ./doc/salome/Makefile \
   ./doc/salome/gui/Makefile \
+  ./doc/salome/gui/SMESH/doxyfile \
+  ./doc/salome/gui/SMESH/doxyfile_py \
   ./doc/salome/tui/Makefile \
   ./doc/salome/tui/SMESH/doxyfile \
   ./doc/salome/tui/SMESH/sources/static/tree.js \
index f1bbb6dccbd138fa9ea9bd6d8d9f44237fa576d9..d05b3cf8c8d8e7dacc7e1305ddcd304e14a84b41 100644 (file)
@@ -25,9 +25,14 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 EXTRA_DIST+=SMESH
 
+doxygen=@DOXYGEN@
+
 usr_docs:
-       cp -fr $(srcdir)/SMESH ./
-       -find $(PWD) -name CVS -prune -exec rm -rf {} \;
+       cd ./SMESH; \
+       echo "Processing smeshDC.py file: "; \
+       $(doxygen) ./doxyfile_py; \
+       echo "Running doxygen in directory: "`pwd`; \
+       $(doxygen) ./doxyfile;
 
 docs: usr_docs
 
@@ -42,3 +47,10 @@ install-data-local: usr_docs
 
 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
\ No newline at end of file