From: Olof-Joachim Frahm Date: Thu, 15 Aug 2013 17:28:49 +0000 (+0200) Subject: Load documentation.lisp. X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=commitdiff_plain;h=64b68149034e7cafa679bbfe3eea082fc07c2515 Load documentation.lisp. --- diff --git a/jscl.lisp b/jscl.lisp index d2f321c..127fd02 100644 --- a/jscl.lisp +++ b/jscl.lisp @@ -36,28 +36,29 @@ ;;; target, and that src/bar/baz.lisp and src/bar/quux.lisp need to be ;;; compiled in the host (defvar *source* - '(("boot" :target) - ("compat" :host) - ("utils" :both) - ("numbers" :target) - ("char" :target) - ("list" :target) - ("array" :target) - ("string" :target) - ("sequence" :target) - ("stream" :target) - ("print" :target) - ("package" :target) - ("misc" :target) - ("ffi" :both) - ("read" :both) - ("defstruct" :both) - ("lambda-list" :both) - ("backquote" :both) + '(("boot" :target) + ("compat" :host) + ("utils" :both) + ("numbers" :target) + ("char" :target) + ("list" :target) + ("array" :target) + ("string" :target) + ("sequence" :target) + ("stream" :target) + ("print" :target) + ("package" :target) + ("misc" :target) + ("documentation" :target) + ("ffi" :both) + ("read" :both) + ("defstruct" :both) + ("lambda-list" :both) + ("backquote" :both) ("compiler" - ("codegen" :both) - ("compiler" :both)) - ("toplevel" :target))) + ("codegen" :both) + ("compiler" :both)) + ("toplevel" :target))) (defun get-files (file-list type dir) "Traverse FILE-LIST and retrieve a list of the files within which match