From bdaf45ff85076cec93b68cd45c018bc02e2fa67e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 25 Aug 2020 20:09:12 -0700 Subject: declutter top-level files into extra/ --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 41c4217..de2d568 100644 --- a/Makefile +++ b/Makefile @@ -26,11 +26,11 @@ fmt: ## Run syntax re-formatting build: ## Build (debug) cargo build -es-public-proxy.1: es-public-proxy.1.scdoc - scdoc < es-public-proxy.1.scdoc > es-public-proxy.1 +extra/es-public-proxy.1: extra/es-public-proxy.1.scdoc + scdoc < extra/es-public-proxy.1.scdoc > extra/es-public-proxy.1 .PHONY: manpage -manpage: es-public-proxy.1 ## Rebuild manpage using scdoc +manpage: extra/es-public-proxy.1 ## Rebuild manpage using scdoc .PHONY: deb deb: ## Build debian packages (.deb files) -- cgit v1.2.3