Skip to content
Snippets Groups Projects
Commit b098d0fd authored by Nikodemus Siivola's avatar Nikodemus Siivola
Browse files

copy docstrings.lisp from SBCL

  Easier to work with like this. Note: the code has already mutated a bit.
parent 01a5b9bf
No related branches found
No related tags found
No related merge requests found
......@@ -6,11 +6,10 @@ clean:
# Hook into the super sekrit texinfo generator in the SBCL tree -- this is just a quick way
# to bootrap documentation for now.
include:
sbcl --eval '(progn (require :asdf) (require :alexandria) (rename-package :alexandria :alexandria))' \
--eval '(load (merge-pathnames "doc/manual/docstrings.lisp" (posix-getenv "SBCL_SOURCE_ROOT")))' \
--eval '(sb-texinfo:generate-includes "include/" :alexandria)' \
sbcl --eval '(progn (require :asdf) (require :alexandria))' \
--load docstrings.lisp \
--eval '(sb-texinfo:generate-includes "include/" (list :alexandria) :base-package :alexandria)' \
--eval '(quit)'
mv include/fun-alexandria-type=.texinfo include/fun-alexandria-type-equal.texinfo
pdf: include
texi2pdf alexandria.texinfo
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment