From e5d614b3cf3ae8273c554b739744be6bf1bef213 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 1 Mar 2011 14:59:31 +0000 Subject: [PATCH] 0021196: [CEA 456] Integration and merge modification for debian packages make docs to work in docutils and not to generate anything during make install --- doc/docutils/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/docutils/Makefile.am b/doc/docutils/Makefile.am index 8a744e388..86da0a7b9 100644 --- a/doc/docutils/Makefile.am +++ b/doc/docutils/Makefile.am @@ -31,6 +31,8 @@ if SPHINX_IS_OK html/index.html:$(RSTFILES) make htm +usr_docs: html/index.html + endif EXTRA_DIST+= images @@ -73,7 +75,7 @@ RSTFILES= \ EXTRA_DIST+= $(RSTFILES) -install-data-local: html/index.html +install-data-local: test -z $(pydocdir) || mkdir -p $(DESTDIR)$(pydocdir) if test -d "html"; then b=; else b="$(srcdir)/"; fi; \ cp -rf $$b"html"/* $(pydocdir) ; \ -- 2.39.2