]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0021196: [CEA 456] Integration and merge modification for debian packages V5_1_main_FINAL
authoreap <eap@opencascade.com>
Thu, 3 Mar 2011 16:23:20 +0000 (16:23 +0000)
committereap <eap@opencascade.com>
Thu, 3 Mar 2011 16:23:20 +0000 (16:23 +0000)
  roll back kernel-install-without-docs.patch

doc/Makefile.am
doc/docutils/Makefile.am
doc/salome/gui/GEOM/Makefile.am

index 540caaf44d310ea5c983ba9da7d443de2e3b2817..a1dabb1ae173a2efc22e5674306374036555576e 100644 (file)
@@ -28,10 +28,8 @@ SUBDIRS = salome docutils
 
 usr_docs:
        (cd salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
-       (cd docutils && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
 
 docs: usr_docs
 
 dev_docs:
-       (cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
        (cd docutils && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
index 86da0a7b92f954f068dd7506244e46484c0c161b..8a744e38847aa3d16bf9581ac563e722a81b5874 100644 (file)
@@ -31,8 +31,6 @@ if SPHINX_IS_OK
 html/index.html:$(RSTFILES)
        make htm
 
-usr_docs: html/index.html
-
 endif
 
 EXTRA_DIST+= images
@@ -75,7 +73,7 @@ RSTFILES= \
 
 EXTRA_DIST+= $(RSTFILES)
 
-install-data-local:
+install-data-local: html/index.html
        test -z $(pydocdir) || mkdir -p $(DESTDIR)$(pydocdir)
        if test -d "html"; then b=; else b="$(srcdir)/"; fi; \
        cp -rf $$b"html"/* $(pydocdir) ; \
index 4825ee968bb6788651252caec398dce30cd1751b..56a15a107b0149c451c4e15b531eb9736f50031d 100755 (executable)
@@ -61,7 +61,7 @@ clean-local:
          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                                                  \