src/build-manual.lisp @ 13d4b6ab6f9c default tip

Clean up a bit
author Steve Losh <steve@stevelosh.com>
date Thu, 12 Jun 2025 16:09:29 -0400
parents da9138afa986
children (none)
(ql:quickload :planner)

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