9b00a02e889d

Update README
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 23:12:27 +0000
parents 837374f5256d
children 551c9d5d47d4
branches/tags (none)
files .ffignore Makefile README.markdown docs/index.markdown

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.ffignore	Tue Aug 23 23:12:27 2016 +0000
@@ -0,0 +1,1 @@
+docs/build
--- a/Makefile	Tue Aug 23 17:53:03 2016 +0000
+++ b/Makefile	Tue Aug 23 23:12:27 2016 +0000
@@ -1,4 +1,4 @@
-.PHONY: test docs pubdocs test-sbcl test-ccl test-ecl
+.PHONY: test docs pubdocs test-sbcl test-ccl test-ecl vendor
 
 sourcefiles = $(shell ffind --full-path --literal .lisp)
 docfiles = $(shell ls docs/*.markdown)
@@ -21,6 +21,8 @@
 
 
 # Quickutils ------------------------------------------------------------------
+vendor: vendor/quickutils.lisp
+
 vendor/quickutils.lisp: vendor/make-quickutils.lisp
 	cd vendor && ros run -L sbcl --load make-quickutils.lisp
 
--- a/README.markdown	Tue Aug 23 17:53:03 2016 +0000
+++ b/README.markdown	Tue Aug 23 23:12:27 2016 +0000
@@ -16,7 +16,7 @@
 Lisp, designed to let you write Lispy Prolog.  Its main goals are:
 
 * Be fast.
-* Implement most of vanilla Prolog.
+* Implement a decent subset of vanilla Prolog.
 * Execute quickly.
 * Interop back and forth with Common Lisp.
 * Don't be slow.
@@ -33,8 +33,3 @@
 * **Mercurial:** <http://bitbucket.org/sjl/temperance/>
 * **Git:** <http://github.com/sjl/temperance/>
 * **Issues:** <http://github.com/sjl/temperance/issues/>
-
-License
--------
-
-Copyright 2016 Steve Losh and contributors.  Licensed as **MIT/X11**.
--- a/docs/index.markdown	Tue Aug 23 17:53:03 2016 +0000
+++ b/docs/index.markdown	Tue Aug 23 23:12:27 2016 +0000
@@ -10,7 +10,7 @@
 Lisp, designed to let you write Lispy Prolog.  Its main goals are:
 
 * Be fast.
-* Implement most of vanilla Prolog.
+* Implement a decent subset of vanilla Prolog.
 * Execute quickly.
 * Interop back and forth with Common Lisp.
 * Don't be slow.
@@ -27,8 +27,3 @@
 * **Mercurial:** <http://bitbucket.org/sjl/temperance/>
 * **Git:** <http://github.com/sjl/temperance/>
 * **Issues:** <http://github.com/sjl/temperance/issues/>
-
-License
--------
-
-Copyright 2016 Steve Losh and contributors.  Licensed as **MIT/X11**.