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.
1 parent 9b1f0eb commit 22bbb84Copy full SHA for 22bbb84
Makefile
@@ -46,15 +46,13 @@ book.html: $(SOURCES)
46
build: $(HTML_PAGES) $(TMPDIR)
47
48
49
-MKVENV := $(shell which uv && "uv venv" || "python3 -m venv")
50
51
-
52
.venv/bin:
53
which uv && uv venv .venv || python -m venv .venv
54
which uv && uv pip install -e . || .venv/bin/pip install -e .
55
56
.PHONY: install
57
install: .venv/bin
+ which brew && brew install asciidoctor || apt install -y asciidoctor
58
59
.PHONY: update-submodules
60
update-submodules:
0 commit comments