From 5d6544cd196cd01196e9fd6f93edcff8c14cce1f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 14 Dec 2020 23:38:50 -0500 Subject: Fix MANDIR default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 595737f..b8f6177 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PREFIX ?= /usr/local -MANDIR ?= ${SHAREDIR}/man +MANDIR ?= ${PREFIX}/share/man CFLAGS += -std=c11 -Wall -Wextra -Wpedantic LDLIBS = -ltls -- cgit 1.4.1 'get'> dontfiles
summary refs log tree commit diff
path: root/www/text.causal.agency/027-openbsd-linode.7 (unfollow)
Commit message (Expand)Author
2022-03-24Skip matches with ident chars on either sideJune McEnroe
2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe
2022-03-22Source ~/.profile.local if it existsJune McEnroe
2022-03-18Publish "Addendum 2021"June McEnroe
2022-03-16Remove wcwidth portJune McEnroe
2022-03-16Remove -j4 from ./PlanJune McEnroe
2022-03-15Rewrite Linux install.sh for DebianJune McEnroe
2022-03-15Remove dashJune McEnroe