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

doc/Makefile tweak

 Make sure we build the documentation from the in-tree version
 of Alexandria.
parent e2480f34
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ clean: clean-include
rm -f *.pdf *.html *.info
include:
sbcl --eval '(progn (require :asdf) (require :alexandria))' \
sbcl --no-userinit --eval '(require :asdf)' \
--eval '(let ((asdf:*central-registry* (list "../"))) (require :alexandria))' \
--load docstrings.lisp \
--eval '(sb-texinfo:generate-includes "include/" (list :alexandria) :base-package :alexandria)' \
--eval '(quit)'
......
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