r3607: *** empty log message ***
[hyperobject.git] / docs / make.lisp
diff --git a/docs/make.lisp b/docs/make.lisp
new file mode 100644 (file)
index 0000000..731a5cc
--- /dev/null
@@ -0,0 +1,7 @@
+#+cmu (setq ext:*gc-verbose* nil)
+
+(asdf:oos 'asdf:load-op :lml)
+(in-package :lml)
+(let ((cwd (parse-namestring (lml-cwd))))
+  (process-dir cwd))
+(lml-quit)