From e605ef63cdfee2b79ba9075b08d1ee9b6396684e Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Mon, 8 Jul 2019 17:36:42 -0700 Subject: [PATCH] do not build man page with binary --- integrations/inputunifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/inputunifi/Makefile b/integrations/inputunifi/Makefile index c69fee5a..77f25848 100644 --- a/integrations/inputunifi/Makefile +++ b/integrations/inputunifi/Makefile @@ -37,7 +37,7 @@ COMMIT:=$(shell git rev-parse --short HEAD || echo 0) # Makefile targets follow. -all: man build +all: build # Prepare a release. Called in Travis CI. release: clean vendor test macos arm windows linux_packages