From: vsr Date: Mon, 29 May 2006 08:12:12 +0000 (+0000) Subject: SALOME versioning system improvement X-Git-Tag: ForV3_2_0b2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=81428e947beb6c6b4e3ad786a0102aa33ae44a7a;p=tools%2Fmedcoupling.git SALOME versioning system improvement --- diff --git a/doc/salome/tui/Makefile.in b/doc/salome/tui/Makefile.in index 1f807db5a..2b105c678 100644 --- a/doc/salome/tui/Makefile.in +++ b/doc/salome/tui/Makefile.in @@ -23,8 +23,7 @@ docs: cd INPUT; \ sed 's|../../../share/salome|$(root_srcdir)|' ./doxyfile > ./doxyfile1; \ sed 's|../../build/salome|$(top_builddir)|' ./doxyfile1 > ./doxyfile2; \ - sed "s|version|`cut -d: -f2 $(root_srcdir)/bin/VERSION`|" ./doxyfile2 > ./doxyfile3; \ - mv -f doxyfile3 doxyfile1; \ + 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; \