SALOME versioning system improvement

This commit is contained in:
vsr 2006-05-25 15:11:50 +00:00
parent 61747cfacb
commit 952611d6fc

View File

@ -21,7 +21,8 @@ PYTHON_SCRIPTS = \
docs: docs:
cp -fr $(srcdir)/SMESH ./INPUT; \ 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; \ cd INPUT; \
sed 's|../../../share/salome|$(root_srcdir)|' ./doxyfile > ./doxyfile1; \ sed 's|../../../share/salome|$(root_srcdir)|' ./doxyfile > ./doxyfile1; \
sed 's|../../build/salome|$(top_builddir)|' ./doxyfile1 > ./doxyfile2; \ sed 's|../../build/salome|$(top_builddir)|' ./doxyfile1 > ./doxyfile2; \