From: nri Date: Mon, 3 Nov 2003 15:44:23 +0000 (+0000) Subject: NRI : Relative path !!!! X-Git-Tag: br_Merge_V1_2c_061103~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7109689b3653c8174470d54e99b3cd848a016784;p=modules%2Fvisu.git NRI : Relative path !!!! --- 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 ..; \