src/build-manual.lisp @ 599ff99ab690

Update URLs
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 15:17:47 -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))