blob: 8144c94f020efd45aa438701df0600133bd55a82 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(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)))))
|