Skip to content

Commit 78f6fdf

Browse files
committed
Review docs/Makefile
1 parent e1a9d71 commit 78f6fdf

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

docs/Makefile

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22
# Makefile for Sphinx docs generation
33
#
44

5-
SPHINXBUILD = sphinx-build
65
BUILDDIR = ./_build
76
HTMLDIR = ${BUILDDIR}/html
87

9-
# Internal variables
10-
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees .
11-
128
.PHONY: html
139
html:
14-
@rm -rf $(BUILDDIR)
15-
@$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(HTMLDIR)
16-
@sh munge_links.sh $(HTMLDIR)
17-
@echo
18-
@echo "Build finished. HTML pages available at docs/$(HTMLDIR)."
10+
rm -rf $(BUILDDIR)
11+
sphinx-build -b html -d $(BUILDDIR)/doctrees . $(HTMLDIR)
12+
sh munge_links.sh $(HTMLDIR)
13+
@echo "[splunk-sdk] ---"
14+
@echo "[splunk-sdk] Build finished. HTML pages available at docs/$(HTMLDIR)."

0 commit comments

Comments
 (0)