src/build-manual.lisp @ f80c34ae2805 default tip

Add over, rot
author Steve Losh <steve@stevelosh.com>
date Mon, 22 Sep 2025 15:15:01 -0400
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))