summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2015-01-16 01:58:18 +0000
committerschwarze <>2015-01-16 01:58:18 +0000
commite3fcff5ced4363c063140fcf09c8b274f8a77bdc (patch)
treec6de9de90faf16f7b972088c27be7f613e4f96a7
parent2084b0e697cf603d3baffa654ae2ec4b7457ce02 (diff)
downloadopenbsd-e3fcff5ced4363c063140fcf09c8b274f8a77bdc.tar.gz
openbsd-e3fcff5ced4363c063140fcf09c8b274f8a77bdc.tar.bz2
openbsd-e3fcff5ced4363c063140fcf09c8b274f8a77bdc.zip
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@
-rw-r--r--src/lib/libcrypto/man/Makefile4
-rw-r--r--src/lib/libssl/man/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index cd8c8585a5..c6dc286934 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.14 2014/12/06 22:18:18 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.15 2015/01/16 01:58:18 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -1146,4 +1146,4 @@ maninstall:
1146.include <bsd.subdir.mk> 1146.include <bsd.subdir.mk>
1147 1147
1148clean cleandir: 1148clean cleandir:
1149 rm -f ${MAN} ${MANLINT} 1149 rm -f ${MAN}
diff --git a/src/lib/libssl/man/Makefile b/src/lib/libssl/man/Makefile
index c12692357e..25a2972144 100644
--- a/src/lib/libssl/man/Makefile
+++ b/src/lib/libssl/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.29 2014/07/11 17:43:41 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.30 2015/01/16 01:58:17 schwarze Exp $
2 2
3.include <bsd.own.mk> # for NOMAN 3.include <bsd.own.mk> # for NOMAN
4 4
@@ -272,4 +272,4 @@ maninstall:
272.include <bsd.subdir.mk> 272.include <bsd.subdir.mk>
273 273
274clean cleandir: 274clean cleandir:
275 rm -f ${MAN} ${MANLINT} 275 rm -f ${MAN}