bookshelf/Makefile

15 lines
315 B
Makefile
Raw Permalink Normal View History

2023-05-13 18:28:34 +00:00
all:
@echo "Please specify a build target."
docs:
-ls build/doc | \
grep -v -E 'Init|Lean|Mathlib' | \
xargs -I {} rm -r "build/doc/{}"
-./scripts/run_pdflatex.sh build > /dev/null
lake build Bookshelf:docs
docs!:
2023-05-13 18:28:34 +00:00
-rm -r build/doc
-./scripts/run_pdflatex.sh build > /dev/null
lake build Bookshelf:docs