diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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) |