src/build-manual.lisp @ cb2e07924093

Give up on building with ECL
author Steve Losh <steve@stevelosh.com>
date Tue, 08 Mar 2022 23:49:49 -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))