# HG changeset patch # User Steve Losh # Date 1471993947 0 # Node ID 9b00a02e889da811eb2d1734d9e3d99caa90aa09 # Parent 837374f5256daf28d727e06735947b93874edc44 Update README diff -r 837374f5256d -r 9b00a02e889d .ffignore --- /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 diff -r 837374f5256d -r 9b00a02e889d Makefile --- 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 diff -r 837374f5256d -r 9b00a02e889d README.markdown --- 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:** * **Git:** * **Issues:** - -License -------- - -Copyright 2016 Steve Losh and contributors. Licensed as **MIT/X11**. diff -r 837374f5256d -r 9b00a02e889d docs/index.markdown --- 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:** * **Git:** * **Issues:** - -License -------- - -Copyright 2016 Steve Losh and contributors. Licensed as **MIT/X11**.