src/build-manual.lisp @ c5a16c723abb

Clean up, remove webshit
author Steve Losh <steve@stevelosh.com>
date Fri, 28 Feb 2020 20:36:35 -0500
parents 674260595163
children (none)
(ql:quickload :cacl)

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