From 0b6d05cc1a7f75f182f7bafc17d298e0d0d6e838 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 --- core/poller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/poller/Makefile b/core/poller/Makefile index c69fee5a..77f25848 100644 --- a/core/poller/Makefile +++ b/core/poller/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