From b81f1c93e0a291ee9daddcda9045fad31b7ac885 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 16 Jan 2015 01:58:19 +0000 Subject: Delete the MANLINT variable and the related SUFFIXES rules because since yesterday, "mandoc -Tlint -Wfatal" can no longer fail. Instead, as suggested by deraadt@, provide a manlint target that is *not* run during make build, but can be run whenever you want to check syntax of manuals. "nice stuff" deraadt@ --- lib/libssl/man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libssl') diff --git a/lib/libssl/man/Makefile b/lib/libssl/man/Makefile index c12692357e3..25a29721446 100644 --- a/lib/libssl/man/Makefile +++ b/lib/libssl/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2014/07/11 17:43:41 deraadt Exp $ +# $OpenBSD: Makefile,v 1.30 2015/01/16 01:58:17 schwarze Exp $ .include # for NOMAN @@ -272,4 +272,4 @@ maninstall: .include clean cleandir: - rm -f ${MAN} ${MANLINT} + rm -f ${MAN} -- cgit v1.2.3