src/build-manual.lisp @ dee136fa9a81

Refactor, add pf, add units
author Steve Losh <steve@stevelosh.com>
date Wed, 05 Mar 2025 15:09:34 -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))