X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fmake.lisp;fp=doc%2Fmake.lisp;h=3ee14023b539a9afeb7fd1250b033f3d99e2d8e4;hb=e741d288978f9a65554235ecb3115db8eef60b54;hp=0000000000000000000000000000000000000000;hpb=f3088cd6e99688e7bc3d37bb6c5a58e08c958611;p=lml.git diff --git a/doc/make.lisp b/doc/make.lisp new file mode 100644 index 0000000..3ee1402 --- /dev/null +++ b/doc/make.lisp @@ -0,0 +1,7 @@ +#+cmu (setq ext:*gc-verbose* nil) + +(require :lml) +(in-package :lml) +(let ((cwd (parse-namestring (lml-cwd)))) + (process-dir cwd)) +(lml-quit)