From 2025cfe30b815a2fe4289cef7963903e584ec739 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 12 Jan 2023 17:18:45 +0000 Subject: [PATCH] Install the hippotat-setup-permissions(8) manpage to the right place Signed-off-by: Ian Jackson --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 237b329..e4cdeaa 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ stamp=@mkdir -p stamp; touch $@ TESTS=$(notdir $(wildcard test/t-*[^~])) MAN8PAGES=hippotat-setup-permissions.8 MANPAGES=$(MAN8PAGES) +man8dir=/usr/share/man/man8 all: cargo-build doc -- 2.30.2