aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2017-01-16 12:28:45 +0100
committerChristian Hesse <mail@eworm.de>2017-01-16 12:29:42 +0100
commitae7d164eb2ebb3335d3e11907aaeaa473e19a9e4 (patch)
treec7d36b6e82ed638e929fd2c14dcc9874e44046df /Makefile
parente7139d519a91296de6ef0bf8b3a193303318923a (diff)
downloadvis-ae7d164eb2ebb3335d3e11907aaeaa473e19a9e4.tar.gz
vis-ae7d164eb2ebb3335d3e11907aaeaa473e19a9e4.tar.xz
man: add man page for vis-complete(1)
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72add01..18bf93d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ SRC = array.c buffer.c libutf.c main.c map.c register.c ring-buffer.c \
EXECUTABLES = vis vis-clipboard vis-complete vis-menu vis-open
-MANUALS = vis.1 vis-clipboard.1 vis-menu.1 vis-open.1
+MANUALS = $(EXECUTABLES:=.1)
# conditionally initialized, this is needed for standalone build
# with empty config.mk