We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make build
1 parent 7026521 commit 29ee59bCopy full SHA for 29ee59b
spec/Makefile
@@ -26,8 +26,8 @@ clean:
26
build:
27
-mkdir -p $(BUILDDIR)
28
-cp "$(SOURCEDIR)/versions.json" "$(BUILDDIR)/versions.json"
29
- -sphinx-build "$(SOURCEDIR)/2021.12" "$(BUILDDIR)/2021.12"
+ -$(SPHINXBUILD) "$(SOURCEDIR)/2021.12" "$(BUILDDIR)/2021.12" $(SPHINXOPTS)
30
-cp -r "$(BUILDDIR)/2021.12" "$(BUILDDIR)/latest"
31
- -sphinx-build "$(SOURCEDIR)/draft" "$(BUILDDIR)/draft"
+ -$(SPHINXBUILD) "$(SOURCEDIR)/draft" "$(BUILDDIR)/draft" $(SPHINXOPTS)
32
-cp "$(SOURCEDIR)/index.html" "$(BUILDDIR)/index.html"
33
-touch "$(BUILDDIR)/.nojekyll"
0 commit comments