8f30975467d9 default tip

Fix doc build command
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 13 Jun 2024 13:58:59 -0400
parents 068a78d5b5a2
children (none)
branches/tags default tip
files Makefile

Changes

--- 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