Merge pull request #614 from co-dan/ctags_docs_fix
Rename `CTAGS_CMD` to `CTAGS_EXEC` (in the documentation).
This commit is contained in:
commit
c7eb909b84
1 changed files with 3 additions and 3 deletions
|
@ -1967,16 +1967,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