From 05398a0de3ac08163ea11c78977bde85e3c2e065 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Thu, 6 Dec 2007 13:32:53 +0000 Subject: [PATCH] Update of dev_docs step of Makefile.am --- doc/salome/Makefile.am | 2 +- doc/salome/tui/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/salome/Makefile.am b/doc/salome/Makefile.am index 51028557b..1bfebe55b 100644 --- a/doc/salome/Makefile.am +++ b/doc/salome/Makefile.am @@ -24,7 +24,7 @@ # $Header$ # -SUBDIRS= tui +SUBDIRSTUI= tui dev_docs: @@SETX@; for d in $(SUBDIRSTUI); do \ diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am index 7b906a135..e1cf0f083 100644 --- a/doc/salome/tui/Makefile.am +++ b/doc/salome/tui/Makefile.am @@ -13,20 +13,20 @@ dev_docs: cp -fr ./MED/doxyfile ./INPUT; \ cp -fr ./MED/sources/static/tree.js ./INPUT/sources/static; \ 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; \ fi; \ mv -f doxyfile1 doxyfile; \ - $(doxygen) ./doxyfile; \ + $(DOXYGEN) ./doxyfile; \ cd ..; \ cp -fr $(srcdir)/MED/sources/static/*.* ./MED/ cp -fr $(srcdir)/MED/sources/ MED/ -- 2.39.2