Skip to content
Snippets Groups Projects
Commit d6ee0e41 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

Makefile: Add dependencies


The RAPI documentation now depends on “connector.py” (handler
registration) and “rlib2.py” (access permissions).

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 180fdc32
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment