Merge pull request #614 from co-dan/ctags_docs_fix

Rename `CTAGS_CMD` to `CTAGS_EXEC` (in the documentation).
This commit is contained in:
Sudar Muthu 2020-09-03 07:30:28 +05:30 committed by GitHub
commit c7eb909b84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1967,16 +1967,16 @@ CTAGS_OPTS = -V
----
### CTAGS_CMD
### CTAGS_EXEC
**Description:**
Location of `ctags` binary. Defaults to user path.
Path to the `ctags` binary. Defaults to user path.
**Example:**
```Makefile
CTAGS_CMD = /usr/local/bin/
CTAGS_EXEC = /usr/local/bin/ctags
```
**Requirement:** *Optional*