From: Fabian Keil Date: Tue, 26 Jan 2021 06:21:15 +0000 (+0100) Subject: Update MAN_DEST to use man section 8 X-Git-Tag: v_3_0_30~11 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=03f944bb7d3c7cf1fcae82c2b3e70ff8e0a6ea02 Update MAN_DEST to use man section 8 --- 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