From d6ee0e410d0885920add1449baf001be3701bbf7 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 14 Feb 2013 17:10:41 +0100 Subject: [PATCH] Makefile: Add dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The RAPI documentation now depends on βconnector.pyβ (handler registration) and βrlib2.pyβ (access permissions). Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7425e2221..d38f11572 100644 --- a/Makefile.am +++ b/Makefile.am @@ -618,7 +618,7 @@ doc/man-html/index.html: doc/manpages-enabled.rst $(mandocrst) doc/html/index.html doc/man-html/index.html: $(docinput) doc/conf.py \ configure.ac $(RUN_IN_TEMPDIR) lib/build/sphinx_ext.py \ lib/build/shell_example_lexer.py lib/opcodes.py lib/ht.py \ - doc/css/style.css \ + doc/css/style.css lib/rapi/connector.py lib/rapi/rlib2.py \ | $(BUILT_PYTHON_SOURCES) @test -n "$(SPHINX)" || \ { echo 'sphinx-build' not found during configure; exit 1; } -- GitLab