From 03f944bb7d3c7cf1fcae82c2b3e70ff8e0a6ea02 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 26 Jan 2021 07:21:15 +0100 Subject: [PATCH] Update MAN_DEST to use man section 8 --- GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 79001b1d..c1e4931b 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -59,7 +59,7 @@ exec_prefix = @exec_prefix@ CONF_BASE = @sysconfdir@ SBIN_DEST = @sbindir@ MAN_DIR = @mandir@ -MAN_DEST = $(MAN_DIR)/man1 +MAN_DEST = $(MAN_DIR)/man8 MAN_PAGE = privoxy.8 SHARE_DEST = @datadir@ DOC_DEST = $(SHARE_DEST)/doc/privoxy -- 2.39.2