Skip to content

Commit 9ef5a4f

Browse files
committed
Run mbake on Makefiles
1 parent 2c1d6ef commit 9ef5a4f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
3334
docker-start: docker-up docker-ensure-up
3435

docs/Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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
1313
html:
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)."

0 commit comments

Comments
 (0)