Skip to content

Commit f9ab771

Browse files
committed
Make docs.lisp more portable
Pushing the current working directory to asdf:*central-registry* makes it more reliable to build the documentation if quicksys is not visible.
1 parent 22a8354 commit f9ab771

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs.lisp

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
(ql:quickload :quicksys)
1+
(pushnew (uiop/os:getcwd) asdf:*central-registry*)
2+
(ql:register-local-projects)
3+
(ql:quickload :quicksys :silent t)
24
(ql:quickload :staple :silent t)
35

46
(staple:generate :quicksys
57
:packages '(#:quicksys))
8+
69
(sb-ext:exit :code 0)

0 commit comments

Comments
 (0)