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

Rebuild bash completion if client scripts change


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 02266fe0
No related branches found
No related tags found
No related merge requests found
......@@ -504,7 +504,7 @@ doc/examples/hooks/%: doc/examples/hooks/%.in \
sed -f $(REPLACE_VARS_SED) < $< > $@
doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
lib/cli.py $(gnt_scripts) tools/burnin
lib/cli.py $(gnt_scripts) $(client_PYTHON) tools/burnin
PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(BUILD_BASH_COMPLETION) > $@
doc/%.png: doc/%.dot
......
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