From 076b3d0a9af7e69c8e5232d49cfeeadcfd45e9ef Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 20 May 2024 19:33:46 +0900 Subject: Embed man page in the binary and show it on 'fzf --man' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3