Skip to content
GitLab
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
0e41a5b1
Commit
0e41a5b1
authored
Nov 15, 2017
by
Antoine Martin
Browse files
New way of getting texis path
parent
db48e5a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
file.lisp
View file @
0e41a5b1
...
...
@@ -30,17 +30,10 @@
nil
(
list
(
pathname-name
file
)))))
(
defun
all-texis
()
(
merge-pathnames
"*/*.texi"
(
quicklisp-software
)))
(
defun
get-texi-pathnames
()
(
loop
for
texi
in
(
directory
(
all-texis
))
collect
texi
))
(
defun
quicklisp-software
()
(
namestring
(
merge-pathnames
"software/"
(
ql-dist:base-directory
(
ql-dist:dist
"quicklisp"
)))))
(
loop
for
pathname
in
(
directory
(
all-files
(
from-quickref-dir
"texis/"
)))
collect
pathname
))
(
defun
clean-or-create
(
directory
)
(
if
(
probe-file
directory
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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