From 3712d6da0ae005bbb4e6957fbddfa964eebbe44b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 24 Dec 2018 19:59:18 +0000 Subject: install /usr/share/misc/mandoc.css users of -T html normally need this file, so the source tree should not be the only place to get it pointed out by millert@, OK millert@ deraadt@ tedu@ --- usr.bin/mandoc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/mandoc/Makefile b/usr.bin/mandoc/Makefile index 29e9a930f37..eb665fd863d 100644 --- a/usr.bin/mandoc/Makefile +++ b/usr.bin/mandoc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.113 2018/12/14 01:17:46 schwarze Exp $ +# $OpenBSD: Makefile,v 1.114 2018/12/24 19:59:17 schwarze Exp $ .include @@ -34,6 +34,10 @@ MAN = apropos.1 man.1 mandoc.1 man.conf.5 makewhatis.8 CLEANFILES += man.cgi cgi.o +afterinstall: + install -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${.CURDIR}/mandoc.css ${DESTDIR}/usr/share/misc + # ---------------------------------------------------------------------- # Variables and targets to build and install man.cgi(8), -- cgit v1.2.3