vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit de93226b8f127cbc042d41bd068b851b02d66960
parent 348d466d52bae656d6898dc529b50fd280da991a
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue, 10 Nov 2015 21:29:12 +0100

build: do not clutter dependency/install with manual pages

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -150,7 +150,7 @@ dependency/sources/build-libtermkey: dependency/sources/extract-libtermkey touch $@ dependency/sources/install-libtermkey: dependency/sources/build-libtermkey - make -C $(dir $<)/$(LIBTERMKEY) PREFIX=$(DEPS_PREFIX) install + make -C $(dir $<)/$(LIBTERMKEY) PREFIX=$(DEPS_PREFIX) install-inc install-lib touch $@ dependency/sources/lua-%: | dependency/sources