# HG changeset patch # User Steve Losh # Date 1516047802 18000 # Node ID e4a45f52512572d9f1b1cfb0764ba91d01435af9 # Parent a77e9fda3229b9b7907938139a8bad0e352467ed Fix doc build diff -r a77e9fda3229 -r e4a45f525125 Makefile --- a/Makefile Sun Oct 22 14:53:37 2017 -0400 +++ b/Makefile Mon Jan 15 15:23:22 2018 -0500 @@ -33,7 +33,7 @@ # Documentation --------------------------------------------------------------- $(apidoc): $(sourcefiles) docs/api.lisp - sbcl-rlwrap --noinform --load docs/api.lisp --eval '(quit)' + sbcl --noinform --load docs/api.lisp --eval '(quit)' docs: docs/build/index.html diff -r a77e9fda3229 -r e4a45f525125 docs/index.markdown --- a/docs/index.markdown Sun Oct 22 14:53:37 2017 -0400 +++ b/docs/index.markdown Mon Jan 15 15:23:22 2018 -0500 @@ -1,7 +1,7 @@ Temperance is a logic programming library for Common Lisp. **Temperance is still in development, don't actually try to use this for -anything important yet. It should be stable by the end of 2016.** +anything important yet.**