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
aa66c4d5
Commit
aa66c4d5
authored
Oct 19, 2017
by
Antoine Martin
Browse files
Simplify build-releases
parent
2f453c4f
Changes
1
Show whitespace changes
Inline
Side-by-side
quickref.lisp
View file @
aa66c4d5
...
...
@@ -47,9 +47,7 @@
(
defun
build-releases
()
(
qlmapper:map-releases
(
concatenate
'string
(
namestring
(
asdf:system-source-directory
"quickref"
))
"map-declt.lisp"
)))
(
merge-pathnames
"map-declt.lisp"
(
asdf:system-source-directory
"quickref"
))))
(
defun
uninstall-releases
()
(
dolist
(
release
(
ql-dist:provided-releases
t
))
...
...
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