aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f093a89..b231d32 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,11 @@ fmt: ## Run syntax re-formatting
build: ## Build
cargo build
+extra/fatcat-cli.1: extra/fatcat-cli.1.scdoc
+ scdoc < extra/fatcat-cli.1.scdoc > extra/fatcat-cli.1
+
.PHONY: manpage
-manpage: ## Rebuild manpage using scdoc
- scdoc < fatcat-cli/fatcat-cli.1.scdoc > fatcat-cli/fatcat-cli.1
+manpage: extra/fatcat-cli.1 ## Rebuild manpage using scdoc
.PHONY: deb
deb: ## Build debian packages (.deb files)