make temporary geompy.py in the current dir to avoid overwriting
geompy.py when building in GEOM_SRC
echo "===========================================" ; \
sed -e "/class geompyDC/d" -e "s/^ *#/#/g" -e "s/^ *def /def /g" \
-e "s/geompyDC/geompy/g" $(top_srcdir)/src/GEOM_SWIG/geompyDC.py > \
- $(top_builddir)/src/GEOM_SWIG/geompy.py ; \
+ ./geompy.py ; \
echo "===========================================" ; \
echo "Generating examples documentation" ; \
echo "===========================================" ; \
echo "Generating GUI documentation" ; \
echo "===========================================" ; \
$(DOXYGEN) doxyfile ; \
- rm -f $(top_builddir)/src/GEOM_SWIG/geompy.py
+ rm -f ./geompy.py
docs: usr_docs