From a19a0bf1ddc43e9bc5efc6296c5e62dda3fdf64b Mon Sep 17 00:00:00 2001 From: jfa Date: Thu, 21 Jun 2007 10:29:04 +0000 Subject: [PATCH] Improve TUI documentation building. --- doc/salome/tui/Makefile.am | 6 +++--- doc/salome/tui/VISU/doxyfile.in | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/salome/tui/Makefile.am b/doc/salome/tui/Makefile.am index 851e45d9..0f139546 100644 --- a/doc/salome/tui/Makefile.am +++ b/doc/salome/tui/Makefile.am @@ -28,14 +28,14 @@ dev_docs: cp -fr $(srcdir)/VISU ./INPUT; \ cp -f ./VISU/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,7 +46,7 @@ dev_docs: fi; \ mv -f doxyfile1 doxyfile; \ echo "Running doxygen in directory:"`pwd`; \ - $(doxygen) ./doxyfile; \ + $(DOXYGEN) ./doxyfile; \ cd ../; \ cp -fr $(srcdir)/VISU/sources/ VISU ; \ rm -fr INPUT diff --git a/doc/salome/tui/VISU/doxyfile.in b/doc/salome/tui/VISU/doxyfile.in index 53b0ed84..b6574417 100755 --- a/doc/salome/tui/VISU/doxyfile.in +++ b/doc/salome/tui/VISU/doxyfile.in @@ -77,8 +77,7 @@ WARN_LOGFILE = log.txt # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = ../../../share/salome/src \ - ../../../share/salome/idl \ - ../../../build/salome/bin + ../../../share/salome/idl FILE_PATTERNS = *.idl *.h *.hh *.hxx *.c *.cc *.cxx *.ixx *.jxx python_extension_must_be_here RECURSIVE = YES EXCLUDE = -- 2.39.2