From 9c573eaf13f882bfb3deb44268bd5bd8947b0260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Fri, 29 Apr 2016 08:59:31 +0200 Subject: vis: move non-configuration sections out of visrc.lua into vis.lua The intention is that vis.lua will provide parts of the Lua API not implemented in the C core. Please update your existing visrc.lua configuration file accordingly. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2bfc92c..e093dac 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ install: vis @chmod 755 ${DESTDIR}${PREFIX}/bin/vis-clipboard @echo installing support files to ${DESTDIR}${SHAREPREFIX}/vis @mkdir -p ${DESTDIR}${SHAREPREFIX}/vis - @cp -r visrc.lua lexers ${DESTDIR}${SHAREPREFIX}/vis + @cp -r visrc.lua vis.lua lexers ${DESTDIR}${SHAREPREFIX}/vis @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @sed "s/VERSION/${VERSION}/g" < vis.1 > ${DESTDIR}${MANPREFIX}/man1/vis.1 -- cgit v1.2.3