Porting GUI documentation on Doxygen tool.

This commit is contained in:
mzn 2007-10-10 13:26:01 +00:00
parent 9f7b59950a
commit ddc947280b
2 changed files with 16 additions and 2 deletions

View File

@ -370,6 +370,8 @@ AC_OUTPUT([ \
./doc/Makefile \
./doc/salome/Makefile \
./doc/salome/gui/Makefile \
./doc/salome/gui/GEOM/doxyfile \
./doc/salome/gui/GEOM/doxyfile_py \
./doc/salome/tui/Makefile \
./doc/salome/tui/GEOM/doxyfile \
./doc/salome/tui/GEOM/sources/static/tree.js \

View File

@ -25,9 +25,14 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
EXTRA_DIST+=GEOM
doxygen=@DOXYGEN@
usr_docs:
cp -fr $(srcdir)/GEOM ./
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
cd ./GEOM; \
echo "Processing geompyDC.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/GEOM
docguidir=$(docdir)/gui/GEOM
nodist_docgui_DATA= GEOM/doxyfile
nodist_docgui_DATA+= GEOM/doxyfile_py
EXTRA_DIST+= GEOM/doxyfile.in
EXTRA_DIST+= GEOM/doxyfile_py.in