src/build-manual.lisp @ 674260595163

Update build process
author Steve Losh <steve@stevelosh.com>
date Sun, 23 Dec 2018 23:41:05 -0500
parents (none)
children (none)
(ql:quickload :cacl)

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