roll back kernel-install-without-docs.patch
usr_docs:
(cd salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
- (cd docutils && $(MAKE) $(AM_MAKEFLAGS) 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 = archives
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) ; \
docs: usr_docs
-install-data-local:
+install-data-local: usr_docs
if test -d KERNEL; then \
$(INSTALL) -d $(DESTDIR)$(docdir)/gui ; \
cp -rp KERNEL $(DESTDIR)$(docdir)/gui ; \