roll back kernel-install-without-docs.patch
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)
html/index.html:$(RSTFILES)
make htm
-usr_docs: html/index.html
-
endif
EXTRA_DIST+= images
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) ; \
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 \