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
c94cbfe2
Commit
c94cbfe2
authored
Dec 15, 2017
by
Antoine Martin
Browse files
Update default makeinfo used in README
parent
7eb49484
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
c94cbfe2
...
@@ -56,12 +56,12 @@ cores available.
...
@@ -56,12 +56,12 @@ cores available.
### Custom `makeinfo` path
### Custom `makeinfo` path
By default, Quickref will use
`/usr/local/bin/makeinfo`
to generate the
`.texi`
By default, Quickref will use
the
`makeinfo`
found in your path
to generate the
files, but you can provide a custom one by calling Quickref with the
`.texi`
files, but you can provide a custom one by calling Quickref with the
`:makeinfo-path`
keyword argument:
`:makeinfo-path`
keyword argument:
```
lisp
```
lisp
(
refresh
:makeinfo-path
"/usr/bin/makeinfo"
)
(
refresh
:makeinfo-path
"/usr/
local/
bin/makeinfo"
)
```
```
### Logging
### Logging
...
...
Write
Preview
Markdown
is supported
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