r10421: major development
[cl-photo.git] / doc / make.lisp
diff --git a/doc/make.lisp b/doc/make.lisp
new file mode 100644 (file)
index 0000000..b94dbd5
--- /dev/null
@@ -0,0 +1,7 @@
+#+cmu (setq ext:*gc-verbose* nil)
+
+(asdf:operate 'asdf:load-op 'lml2)
+(in-package #:lml2)
+(let ((cwd (parse-namestring (lml-cwd))))
+  (process-dir cwd))
+(lml-quit)