aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-08-25 20:09:12 -0700
committerBryan Newbold <bnewbold@archive.org>2020-08-25 20:10:07 -0700
commitbdaf45ff85076cec93b68cd45c018bc02e2fa67e (patch)
treecae9206aa377fc5accc87f3aaaa10d627b5b8da4 /Makefile
parent0e1d7e4758cbff5f92b17ff93e67b76478cb8bd5 (diff)
downloades-public-proxy-bdaf45ff85076cec93b68cd45c018bc02e2fa67e.tar.gz
es-public-proxy-bdaf45ff85076cec93b68cd45c018bc02e2fa67e.zip
declutter top-level files into extra/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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)