diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-20 19:33:46 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-05-21 01:06:10 +0900 |
| commit | 076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef (patch) | |
| tree | af30be146de4df1b513b4145fa34ee3be5e6bbdf /Makefile | |
| parent | 7b0c9e04d381090ba2004f52fa7127cf2f4e3df4 (diff) | |
| download | fzf-076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef.tar.gz | |
Embed man page in the binary and show it on 'fzf --man'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
