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
50ec396a
Commit
50ec396a
authored
Oct 18, 2017
by
Antoine Martin
Browse files
Move quicklisp-software to file.lisp
parent
45b349a6
Changes
2
Show whitespace changes
Inline
Side-by-side
file.lisp
View file @
50ec396a
...
...
@@ -22,3 +22,8 @@
(
defun
get-texi-pathnames
()
(
loop
for
texi
in
(
directory
(
all-texis
))
collect
texi
))
(
defun
quicklisp-software
()
(
concatenate
'string
(
namestring
(
ql-dist:base-directory
(
ql-dist:dist
"quicklisp"
)))
"software/"
))
quickref.lisp
View file @
50ec396a
...
...
@@ -55,11 +55,6 @@
(
dolist
(
release
(
ql-dist:provided-releases
t
))
(
ql-dist:uninstall
release
)))
(
defun
quicklisp-software
()
(
concatenate
'string
(
namestring
(
ql-dist:base-directory
(
ql-dist:dist
"quicklisp"
)))
"software/"
))
(
defun
refresh
(
makeinfo-path
)
(
uninstall-releases
)
(
ql:update-all-dists
:prompt
nil
)
...
...
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