Skip to content

Commit 22bbb84

Browse files
committed
fix make install, add asciidoctor to it
1 parent 9b1f0eb commit 22bbb84

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,13 @@ book.html: $(SOURCES)
4646
build: $(HTML_PAGES) $(TMPDIR)
4747

4848

49-
MKVENV := $(shell which uv && "uv venv" || "python3 -m venv")
50-
MKVENV := $(shell which uv && "uv venv" || "python3 -m venv")
51-
5249
.venv/bin:
5350
which uv && uv venv .venv || python -m venv .venv
5451
which uv && uv pip install -e . || .venv/bin/pip install -e .
5552

5653
.PHONY: install
5754
install: .venv/bin
55+
which brew && brew install asciidoctor || apt install -y asciidoctor
5856

5957
.PHONY: update-submodules
6058
update-submodules:

0 commit comments

Comments
 (0)