From 47627954a010c18446c49594abaa2807edf12984 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 22 Feb 2012 01:51:19 +0100 Subject: [PATCH] allow elvis to be invoked as ex --- commands/elvis/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/commands/elvis/Makefile b/commands/elvis/Makefile index 5f0885aad..f7e94cf3a 100644 --- a/commands/elvis/Makefile +++ b/commands/elvis/Makefile @@ -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= -- 2.44.0