From d6ee0e410d0885920add1449baf001be3701bbf7 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Thu, 14 Feb 2013 17:10:41 +0100 Subject: [PATCH] Makefile: Add dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The RAPI documentation now depends on “connector.py” (handler registration) and “rlib2.py” (access permissions). Signed-off-by: Michael Hanselmann Reviewed-by: Guido Trotter --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7425e22..d38f115 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; } -- 1.7.10.4