File Makefile artifact 8bd1731e75 part of check-in ca353c7f28
PDF=syllabus-latest.pdf .PHONY: publish clean serve purge site: build $(PDF): myst build --pdf build: clean BASE_URL=/ecer/uv myst build --html publish: build $(PDF) cd _build/html && \ fossil uv add `find . | xargs realpath --relative-to=. | grep -v '^\.'` fossil uv add $(PDF) fossil uv sync clean: find -name '*~' | xargs -r rm myst clean -y serve: myst start purge: clean fossil uv ls | xargs fossil uv rm {}