We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382378b commit 15d447eCopy full SHA for 15d447e
docs/Makefile
@@ -25,11 +25,13 @@ htmllive: html
25
html: clean $(HTML_BUILDDIR)
26
$(UV) run $(SPHINXBUILD) -b html -n "$(SOURCEDIR)" "$(HTML_BUILDDIR)" -c .
27
28
+pdflive: pdf
29
+ make -C $(PDF_BUILDDIR)
30
+
31
pdf: clean $(PDF_BUILDDIR)
32
$(UV) run $(SPHINXBUILD) -b latex -n "$(SOURCEDIR)" "$(PDF_BUILDDIR)" -c .
- make -C ${PDF_BUILDDIR}
33
34
clean:
35
rm -rf $(HTML_BUILDDIR) $(PDF_BUILDDIR)
36
-.PHONY: clean test html
37
+.PHONY: clean test html htmllive pdflive pdf
0 commit comments