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
5008a379
Commit
5008a379
authored
Oct 16, 2017
by
Antoine Martin
Browse files
Always put index file in treated directory
parent
f06975d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
website.lisp
View file @
5008a379
...
...
@@ -101,8 +101,8 @@
<table class=\"index-cp\" border=\"0\">
<tr><td></td><th align=\"left\">Index Entry</th></tr>~%"
))
(
defun
build-index
(
path
file-path
)
(
with-open-file
(
file
file-
path
(
defun
build-index
(
path
)
(
with-open-file
(
file
(
merge-pathnames
"index.html"
(
truename
path
))
:direction
:output
:if-exists
:supersede
:if-does-not-exist
:create
)
...
...
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