# HG changeset patch # User Steve Losh # Date 1718301539 14400 # Node ID 8f30975467d9bc7cac9ef60f505698498343f52d # Parent 068a78d5b5a2746a64250bc08583853820616c84 Fix doc build command diff -r 068a78d5b5a2 -r 8f30975467d9 Makefile --- a/Makefile Thu Jun 13 12:58:10 2024 -0400 +++ b/Makefile Thu Jun 13 13:58:59 2024 -0400 @@ -29,7 +29,7 @@ sbcl --noinform --load docs/api.lisp --eval '(quit)' docs/build/index.html: $(docfiles) $(apidocs) docs/title - cd docs && ~/.virtualenvs/d/bin/d + cd docs && ~/bin/venvs/tools/bin/d docs: docs/build/index.html