allow elvis to be invoked as ex
This commit is contained in:
parent
a17f6600ce
commit
04eb5d326a
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ BINDIR= /usr/bin
|
|||
LINKS+= ${BINDIR}/elvis ${BINDIR}/vi
|
||||
.endif
|
||||
|
||||
.if !exists(${BINDIR}/ex)
|
||||
LINKS+= ${BINDIR}/elvis ${BINDIR}/ex
|
||||
.endif
|
||||
|
||||
MAN.elvis=
|
||||
MAN.ctags=
|
||||
MAN.ref=
|
||||
|
|
Loading…
Reference in a new issue