tvl-depot/third_party/lisp/fiveam/docs/make-qbook.lisp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
522 B
Common Lisp
Raw Normal View History

(asdf:oos 'asdf:load-op :FiveAM)
(asdf:oos 'asdf:load-op :qbook)
(asdf:oos 'qbook:publish-op :FiveAM
:generator (make-instance 'qbook:html-generator
:title "FiveAM"
:output-directory
(merge-pathnames
(make-pathname :directory '(:relative "docs" "html"))
(asdf:component-pathname (asdf:find-system :FiveAM)))))