[Privoxy-commits] [privoxy] 01/02: Update MAN_DEST to use man section 8
User Git
git at git.privoxy.org
Tue Jan 26 06:44:21 UTC 2021
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit 03f944bb7d3c7cf1fcae82c2b3e70ff8e0a6ea02
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 26 07:21:15 2021 +0100
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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list