NPAL18084: add a new simple sample of GEOM/SMESH.

This commit is contained in:
jfa 2007-12-13 11:51:45 +00:00
parent 8392fd7929
commit 6bc4dcbf9e

View File

@ -31,6 +31,8 @@ usr_docs:
cd ./SMESH; \
echo "Processing smeshDC.py file: "; \
$(doxygen) ./doxyfile_py; \
sed 's|../../../share/salome|$(top_srcdir)|' ./doxyfile > ./doxyfile1; \
mv -f doxyfile1 doxyfile; \
echo "Running doxygen in directory: "`pwd`; \
$(doxygen) ./doxyfile;