Squashed 'third_party/lisp/fiveam/' content from commit ee9456a2
git-subtree-dir: third_party/lisp/fiveam git-subtree-split: ee9456a2ac52b1c9f5f5f789d263f0f76a15176c
This commit is contained in:
commit
728a186263
20 changed files with 2596 additions and 0 deletions
13
docs/make-qbook.lisp
Normal file
13
docs/make-qbook.lisp
Normal file
|
|
@ -0,0 +1,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)))))
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue