File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ docker-ensure-up:
2929 printf " \rWaiting for Splunk for %s seconds..." $$ i; \
3030 sleep 1; \
3131 done
32+
3233.PHONY : docker-start
3334docker-start : docker-up docker-ensure-up
3435
Original file line number Diff line number Diff line change 1- # Makefile for Sphinx documentation
1+ #
2+ # Makefile for Sphinx docs generation
23#
34
4- # You can set these variables from the command line.
5- SPHINXBUILD = sphinx-build
6- BUILDDIR = ./_build
7- HTMLDIR = ${BUILDDIR}/html
5+ SPHINXBUILD = sphinx-build
6+ BUILDDIR = ./_build
7+ HTMLDIR = ${BUILDDIR}/html
88
9- # Internal variables.
10- ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees .
9+ # Internal variables
10+ ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees .
1111
1212.PHONY : html
1313html :
1414 @rm -rf $(BUILDDIR )
1515 @$(SPHINXBUILD ) -b html $(ALLSPHINXOPTS ) $(HTMLDIR )
1616 @sh munge_links.sh $(HTMLDIR )
1717 @echo
18- @echo " Build finished. HTML pages available at docs/$( HTMLDIR) ."
18+ @echo " Build finished. HTML pages available at docs/$( HTMLDIR) ."
You can’t perform that action at this time.
0 commit comments