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
|
LINKS+= ${BINDIR}/elvis ${BINDIR}/vi
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if !exists(${BINDIR}/ex)
|
||||||
|
LINKS+= ${BINDIR}/elvis ${BINDIR}/ex
|
||||||
|
.endif
|
||||||
|
|
||||||
MAN.elvis=
|
MAN.elvis=
|
||||||
MAN.ctags=
|
MAN.ctags=
|
||||||
MAN.ref=
|
MAN.ref=
|
||||||
|
|
Loading…
Reference in a new issue