Rename CTAGS_CMD
to CTAGS_EXEC
.
The former is not actually tweakable.
This commit is contained in:
parent
0e462fcff1
commit
d0f192e983
1 changed files with 3 additions and 3 deletions
|
@ -1878,16 +1878,16 @@ CTAGS_OPTS = -V
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### CTAGS_CMD
|
### CTAGS_EXEC
|
||||||
|
|
||||||
**Description:**
|
**Description:**
|
||||||
|
|
||||||
Location of `ctags` binary. Defaults to user path.
|
Path to the `ctags` binary. Defaults to user path.
|
||||||
|
|
||||||
**Example:**
|
**Example:**
|
||||||
|
|
||||||
```Makefile
|
```Makefile
|
||||||
CTAGS_CMD = /usr/local/bin/
|
CTAGS_EXEC = /usr/local/bin/ctags
|
||||||
```
|
```
|
||||||
|
|
||||||
**Requirement:** *Optional*
|
**Requirement:** *Optional*
|
||||||
|
|
Loading…
Reference in a new issue