Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Antoine Martin
quickref
Commits
86829c94
Commit
86829c94
authored
Oct 18, 2017
by
Antoine Martin
Browse files
Use from-homedir function
parent
e1adf7e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
website.lisp
View file @
86829c94
...
...
@@ -89,7 +89,7 @@
<tr><td></td><th align=\"left\">Index Entry</th></tr>~%"
))
(
defun
build-index
()
(
let
((
quickref-dir
(
merge-pathnames
"quickref/"
(
user-homedir-pathname
)
)))
(
let
((
quickref-dir
(
from-homedir
"quickref/"
)))
(
with-open-file
(
file
(
merge-pathnames
"index.html"
quickref-dir
)
:direction
:output
:if-exists
:supersede
...
...
Write
Preview
Supports
Markdown
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