e4a45f525125

Fix doc build
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Jan 2018 15:23:22 -0500
parents a77e9fda3229
children f44c93802d16
branches/tags (none)
files Makefile docs/index.markdown

Changes

--- 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
 
--- 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.**
 
 <img src="https://i.imgur.com/EWPGAHa.gif"
      style="border: 1px solid #222; margin: 15px 0px 10px; width: 100%;"/>