From 848b890aca08fce26d27514c63133a5223c8a5ba Mon Sep 17 00:00:00 2001 From: maintenance team Date: Thu, 6 Dec 2007 11:49:48 +0000 Subject: [PATCH] Update dev_docs step of Makefile.am in order to correct problems of generation tui documentation for GUI --- doc/salome/tui/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am index d0b26bbce..fd092e676 100644 --- a/doc/salome/tui/Makefile.am +++ b/doc/salome/tui/Makefile.am @@ -28,14 +28,14 @@ dev_docs: cp -fr $(srcdir)/GUI ./INPUT; \ cp -f ./GUI/doxyfile ./INPUT; \ cd INPUT; \ - sed 's|../../../share/salome|$(root_srcdir)|' ./doxyfile > ./doxyfile1; \ + sed 's|../../../share/salome|$(top_srcdir)|' ./doxyfile > ./doxyfile1; \ sed 's|../../build/salome|$(top_builddir)|' ./doxyfile1 > ./doxyfile2; \ mv -f doxyfile2 doxyfile1; \ echo "DOXYGEN SUPPORT PYTHON - @DOXYGEN_WITH_PYTHON@"; \ if( test "x@DOXYGEN_WITH_PYTHON@" = "xyes"); then \ sed 's|python_extension_must_be_here|*.py|' ./doxyfile1 > ./doxyfile2; \ mv -f doxyfile2 doxyfile1; \ - $(doxygen) -u ./doxyfile1; \ + $(DOXYGEN) -u ./doxyfile1; \ else \ sed 's|python_extension_must_be_here||' ./doxyfile1 > ./doxyfile2; \ mv -f doxyfile2 doxyfile1; \ @@ -46,9 +46,9 @@ dev_docs: fi; \ mv -f doxyfile1 doxyfile; \ echo "Running doxygen in directory:"`pwd`; \ - $(doxygen) ./doxyfile; \ + $(DOXYGEN) ./doxyfile; \ cd ../; \ - cp -fr $(srcdir)/GUI/sources/ GUI ; \ + cp -fr $(srcdir)/GUI/sources/ GUI/ ; \ rm -fr INPUT doctuidir=$(docdir)/tui/GUI -- 2.39.2