From 9a8e77d73b51cd56d4a16e807238f5056d2406c9 Mon Sep 17 00:00:00 2001 From: nri Date: Mon, 3 Nov 2003 15:45:32 +0000 Subject: [PATCH] NRI : Relative path !!!! --- doc/html/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index 18769d2..cd62723 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -8,6 +8,7 @@ # $Header: top_srcdir=@top_srcdir@ +root_srcdir=@ROOT_SRCDIR@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@ @@ -18,7 +19,7 @@ doxygen=@DOXYGEN@ doc: cp -fr $(srcdir)/INPUT ./; \ cd INPUT; \ - sed 's|../../../share/salome|../$(top_srcdir)|' doxyfile > doxyfile1; \ + sed 's|../../../share/salome|$(root_srcdir)|' doxyfile > doxyfile1; \ mv -f doxyfile1 doxyfile; \ $(doxygen) ./doxyfile; \ cd ..; \ -- 2.39.2