Skip to content

Commit 15d447e

Browse files
committed
Update Makefile
1 parent 382378b commit 15d447e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ htmllive: html
2525
html: clean $(HTML_BUILDDIR)
2626
$(UV) run $(SPHINXBUILD) -b html -n "$(SOURCEDIR)" "$(HTML_BUILDDIR)" -c .
2727

28+
pdflive: pdf
29+
make -C $(PDF_BUILDDIR)
30+
2831
pdf: clean $(PDF_BUILDDIR)
2932
$(UV) run $(SPHINXBUILD) -b latex -n "$(SOURCEDIR)" "$(PDF_BUILDDIR)" -c .
30-
make -C ${PDF_BUILDDIR}
3133

3234
clean:
3335
rm -rf $(HTML_BUILDDIR) $(PDF_BUILDDIR)
3436

35-
.PHONY: clean test html
37+
.PHONY: clean test html htmllive pdflive pdf

0 commit comments

Comments
 (0)