In your favorite Lisp REPL, type this.
(asdf:load-system :net.didierverna.declt) ;; or use ql:quickload (net.didierverna.declt:nickname-package) (declt:declt :my.asdf.system) |
You will end up with a file named my.asdf.system.texi in the current directory. This is a Texinfo file that can further be compiled into various formats, such as Info, HTML, or PDF. For example, in order to get a PDF, type this in the same directory: ‘makeinfo --pdf my.asdf.system.texi’, and enjoy reading the resulting my.asdf.system.pdf...