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
2f453c4f
Commit
2f453c4f
authored
Oct 19, 2017
by
Antoine Martin
Browse files
Don't remove logs everytime a new one is created
parent
ba2da38d
Changes
1
Hide whitespace changes
Inline
Side-by-side
website.lisp
View file @
2f453c4f
...
...
@@ -115,7 +115,6 @@
(
format
file
"</body>~%"
))))
(
defun
log-texi-error
(
err
texi
)
(
clean-or-create
(
from-homedir
"texi-logfiles/"
))
(
let
((
filepathname
(
from-homedir
(
format
nil
"texi-logfiles/~A.log"
(
pathname-name
texi
)))))
...
...
@@ -142,6 +141,7 @@
(
defun
build-texis
(
makeinfo-path
)
(
clean-or-create
(
from-homedir
"quickref/"
))
(
clean-or-create
(
from-homedir
"texi-logfiles/"
))
(
let
((
texis
(
get-texi-pathnames
)))
(
dolist
(
texi
texis
)
(
build-texi
texi
makeinfo-path
))))
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