From 7109689b3653c8174470d54e99b3cd848a016784 Mon Sep 17 00:00:00 2001 From: nri Date: Mon, 3 Nov 2003 15:44:23 +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 0f8bb27f..812d7cdf 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