aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-29 08:59:31 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-29 09:06:08 +0200
commit9c573eaf13f882bfb3deb44268bd5bd8947b0260 (patch)
tree093966fa8496fdefb005be75fe624f02ebf3431b /Makefile
parentc32c4b7b41dcf0e170266f819b6a839fa4eac56d (diff)
downloadvis-9c573eaf13f882bfb3deb44268bd5bd8947b0260.tar.gz
vis-9c573eaf13f882bfb3deb44268bd5bd8947b0260.tar.xz
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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