ENGAWA ?= uvx engawa-scholar

.PHONY: all pdf pdf-ja pdf-en check

all: pdf

pdf:
	$(ENGAWA) build all

pdf-ja:
	$(ENGAWA) build ja

pdf-en:
	$(ENGAWA) build en

check:
	$(ENGAWA) check all
