Skip to content
Snippets Groups Projects
Commit 217ae43a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "lrdp-v2: docs: Add watch_html make target"

parents c82ea700 ae73345d
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,9 @@ html: ...@@ -51,6 +51,9 @@ html:
@echo @echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html." @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
watch_html:
while :; do inotifywait -e modify -e create -e delete -e move -r .. && make html; done
dirhtml: dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
@echo @echo
......
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