Porting GUI documentation on Doxygen tool.

This commit is contained in:
mzn 2007-10-10 13:41:52 +00:00
parent 6814271570
commit 0600c4b484
2 changed files with 16 additions and 2 deletions

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

View 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