]> SALOME platform Git repositories - modules/geom.git/blobdiff - doc/salome/gui/GEOM/Makefile.am
Salome HOME
IMPs 21044, 21057, 21067
[modules/geom.git] / doc / salome / gui / GEOM / Makefile.am
index cab2ff2103c8e1638249faba1839dce172d71059..644b5cc6203e4db5cec74b249cde6ff6f32eb90f 100755 (executable)
@@ -35,7 +35,7 @@ usr_docs: doxyfile_tui doxyfile_py doxyfile
        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 "===========================================" ;                    \
@@ -48,7 +48,7 @@ usr_docs: doxyfile_tui doxyfile_py doxyfile
        echo "Generating GUI documentation" ;                                   \
        echo "===========================================" ;                    \
        $(DOXYGEN) doxyfile ;                                                   \
-       rm -f $(top_builddir)/src/GEOM_SWIG/geompy.py
+       rm -f ./geompy.py
 
 docs: usr_docs
 
@@ -56,12 +56,12 @@ clean-local:
        @for filen in `find . -maxdepth 1` ; do                                 \
          case $${filen} in                                                     \
            ./Makefile* | ./doxyfile* | ./images | ./input | ./static ) ;;      \
-           . | .. | CVS ) ;;                                                   \
+           . | .. | ./CVS ) ;;                                                 \
            *) echo "Removing $${filen}" ; rm -rf $${filen} ;;                  \
          esac ;                                                                \
        done ;
 
-install-data-local:
+install-data-local: usr_docs
        @if [ -e main.html ]; then \
        $(INSTALL) -d $(DESTDIR)$(docdir)/gui/GEOM ; \
        for filen in `find . -maxdepth 1` ; do                                                  \