summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2018-01-15 15:23:22 -0500
committerSteve Losh <steve@stevelosh.com>2018-01-15 15:23:22 -0500
commit415a45506421c7737ed8e7edcf26600ff4a550aa (patch)
tree0018543af7ebfbe4d3e224c23a355574b946ccba
parentaa3bf549a0aa8f2b3535eb1417432fd4760c50e2 (diff)
Fix doc build
-rw-r--r--Makefile2
-rw-r--r--docs/index.markdown2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4cdc154..51f05ae 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ vendor/quickutils.lisp: vendor/make-quickutils.lisp
# 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 --git a/docs/index.markdown b/docs/index.markdown
index 9a9c77c..829676b 100644
--- a/docs/index.markdown
+++ b/docs/index.markdown
@@ -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.**
<img src="https://i.imgur.com/EWPGAHa.gif"
style="border: 1px solid #222; margin: 15px 0px 10px; width: 100%;"/>