summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-05-20 19:33:46 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-05-21 01:06:10 +0900
commit076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef (patch)
treeaf30be146de4df1b513b4145fa34ee3be5e6bbdf /Makefile
parent7b0c9e04d381090ba2004f52fa7127cf2f4e3df4 (diff)
downloadfzf-076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef.tar.gz
Embed man page in the binary and show it on 'fzf --man'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f4abe6e6..f14c72c3 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ GOOS ?= $(shell $(GO) env GOOS)
MAKEFILE := $(realpath $(lastword $(MAKEFILE_LIST)))
ROOT_DIR := $(shell dirname $(MAKEFILE))
-SOURCES := $(wildcard *.go src/*.go src/*/*.go shell/*sh) $(MAKEFILE)
+SOURCES := $(wildcard *.go src/*.go src/*/*.go shell/*sh man/man1/*.1) $(MAKEFILE)
ifdef FZF_VERSION
VERSION := $(FZF_VERSION)