mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +05:00
NRI : Relative path !!!!
This commit is contained in:
parent
81ed9b4662
commit
65897dd679
@ -6,6 +6,7 @@
|
||||
#
|
||||
# source path
|
||||
top_srcdir=@top_srcdir@
|
||||
root_srcdir=@ROOT_SRCDIR@
|
||||
top_builddir=../..
|
||||
srcdir=@srcdir@
|
||||
VPATH=.:@srcdir@
|
||||
@ -16,7 +17,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 ..; \
|
||||
|
Loading…
Reference in New Issue
Block a user