From 12ead4ef96758c3ff4e5d1d1ac845b57c3e01fe3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 18 Sep 2017 17:14:59 -0400 Subject: [PATCH] Python babeltrace docs: Add missing sphinx dist file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- doc/bindings/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bindings/python/Makefile.am b/doc/bindings/python/Makefile.am index 865e286c..6737c79e 100644 --- a/doc/bindings/python/Makefile.am +++ b/doc/bindings/python/Makefile.am @@ -5,7 +5,7 @@ SPHINX_BUILD_DIRHTML_DIR = $(SPHINX_BUILD_DIR)/dirhtml SPHINX_HTML_TARGET = $(SPHINX_BUILD_HTML_DIR)/index.html SPHINX_DIRHTML_TARGET = $(SPHINX_BUILD_DIRHTML_DIR)/index.html -EXTRA_DIST = $(srcdir)/source +EXTRA_DIST = $(srcdir)/source $(srcdir)/sphinx-build.py all-local: $(SPHINX_HTML_TARGET) $(SPHINX_DIRHTML_TARGET) -- 2.34.1