Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Knut Olav Bøhmer
alexandria
Commits
043f9804
Commit
043f9804
authored
Apr 05, 2010
by
Nikodemus Siivola
Browse files
doc/Makefile tweak
Make sure we build the documentation from the in-tree version of Alexandria.
parent
e2480f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
043f9804
...
...
@@ -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)'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment