The RAPI documentation now depends on “connector.py” (handler
registration) and “rlib2.py” (access permissions).
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 7487044..a1fd567 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -605,7 +605,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.8.1