From 952611d6fc7c8d014976229aa11e52aedb83f6ff Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 25 May 2006 15:11:50 +0000 Subject: [PATCH] SALOME versioning system improvement --- doc/salome/tui/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/salome/tui/Makefile.in b/doc/salome/tui/Makefile.in index 1c8e84332..536da09ef 100644 --- a/doc/salome/tui/Makefile.in +++ b/doc/salome/tui/Makefile.in @@ -21,7 +21,8 @@ PYTHON_SCRIPTS = \ docs: cp -fr $(srcdir)/SMESH ./INPUT; \ - cp -fr ./SMESH/doxyfile ./SMESH/doxyfile_py ./INPUT + cp -fr ./SMESH/doxyfile ./SMESH/doxyfile_py ./INPUT; \ + cp -fr ./SMESH/sources/static/tree.js ./INPUT/sources/static; \ cd INPUT; \ sed 's|../../../share/salome|$(root_srcdir)|' ./doxyfile > ./doxyfile1; \ sed 's|../../build/salome|$(top_builddir)|' ./doxyfile1 > ./doxyfile2; \ -- 2.39.2