projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3489be
)
Look in /usr/local/share/info for Info files in Edwin by default.
author
Taylor R Campbell
<campbell@mumble.net>
Tue, 4 Jan 2011 03:35:38 +0000
(
03:35
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Tue, 4 Jan 2011 03:35:38 +0000
(
03:35
+0000)
This is where the doc/ makefile actually installs them by default.
src/edwin/unix.scm
patch
|
blob
|
history
diff --git
a/src/edwin/unix.scm
b/src/edwin/unix.scm
index 833614284b4709de5a70f63bae85eeeb7303170d..cc3f45aed9b55c6bc6857ba5dc6316d4fa4f60d2 100644
(file)
--- a/
src/edwin/unix.scm
+++ b/
src/edwin/unix.scm
@@
-679,7
+679,8
@@
option, instead taking -P <filename>."
(merge-pathnames ".newsrc" homedir)))))
(define (os/info-default-directory-list)
- (list "/usr/local/lib/info"
+ (list "/usr/local/share/info"
+ "/usr/local/lib/info"
"/usr/local/info"
"/usr/share/info"
"/usr/info"))
\ No newline at end of file