Rename CTAGS_CMD to CTAGS_EXEC.

The former is not actually tweakable.
This commit is contained in:
Dan Frumin 2019-07-31 19:42:21 +02:00
parent 0e462fcff1
commit d0f192e983

View file

@ -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*