]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting GUI documentation on Doxygen tool.
authormzn <mzn@opencascade.com>
Wed, 10 Oct 2007 13:08:28 +0000 (13:08 +0000)
committermzn <mzn@opencascade.com>
Wed, 10 Oct 2007 13:08:28 +0000 (13:08 +0000)
configure.ac
doc/salome/gui/Makefile.am

index 3dbe78f4b5727c383a4616357add703f2a26e76f..83d09b82a76fa8ebbabef0bb6bba99aa35dd368e 100644 (file)
@@ -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 \
index 8471928bef5c3e65efb045022b977507e7e818b9..f9478033325aae3f1dc63466913a3a72a260d1d1 100644 (file)
@@ -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