From: mzn Date: Wed, 10 Oct 2007 13:08:28 +0000 (+0000) Subject: Porting GUI documentation on Doxygen tool. X-Git-Tag: V4_1_0a2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=64968b5005e26c7b1d9b6a2e667d01e037e6c3e2;p=modules%2Fgui.git Porting GUI documentation on Doxygen tool. --- diff --git a/configure.ac b/configure.ac index 3dbe78f4b..83d09b82a 100644 --- a/configure.ac +++ b/configure.ac @@ -606,6 +606,7 @@ AC_OUTPUT([ \ ./doc/Makefile \ ./doc/salome/Makefile \ ./doc/salome/gui/Makefile \ + ./doc/salome/gui/GUI/doxyfile \ ./doc/salome/tui/Makefile \ ./doc/salome/tui/GUI/doxyfile \ ./src/Makefile \ diff --git a/doc/salome/gui/Makefile.am b/doc/salome/gui/Makefile.am index 8471928be..f94780333 100644 --- a/doc/salome/gui/Makefile.am +++ b/doc/salome/gui/Makefile.am @@ -24,9 +24,12 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am EXTRA_DIST+=GUI +doxygen=@DOXYGEN@ + usr_docs: - cp -fr $(srcdir)/GUI ./ - -find $(PWD) -name CVS -prune -exec rm -rf {} \; + cd ./GUI; \ + echo "Running doxygen in directory: "`pwd`; \ + $(doxygen) ./doxyfile; docs: usr_docs @@ -41,3 +44,8 @@ install-data-local: usr_docs uninstall-local: rm -rf $(docdir)/gui/GUI + +docguidir=$(docdir)/gui/GUI + +nodist_docgui_DATA= GUI/doxyfile +EXTRA_DIST+= GUI/doxyfile.in \ No newline at end of file