src/build.lisp @ da80130c3bbf

Adopt adopt
author Steve Losh <steve@stevelosh.com>
date Fri, 21 Dec 2018 22:12:57 -0500
parents 06972f89d220
children f592e6093609
(ql:quickload :brows :silent t)

(with-open-file (stream "bin/brows.1" :direction :output :if-exists :supersede)
  (adopt:print-manual brows::*ui* :stream stream))

(setf deploy:*status-output* nil)

(let ((deploy:*status-output* t))
  (asdf:make :brows :force t))