diff options
| author | schwarze <> | 2015-01-16 01:58:18 +0000 |
|---|---|---|
| committer | schwarze <> | 2015-01-16 01:58:18 +0000 |
| commit | 2f61f7a2aa004c93e4fd074ef11e9345d25f7283 (patch) | |
| tree | c6de9de90faf16f7b972088c27be7f613e4f96a7 /src/lib/libssl | |
| parent | 6a7633f6a9b43d30a021cd47721a203fab779bde (diff) | |
| download | openbsd-2f61f7a2aa004c93e4fd074ef11e9345d25f7283.tar.gz openbsd-2f61f7a2aa004c93e4fd074ef11e9345d25f7283.tar.bz2 openbsd-2f61f7a2aa004c93e4fd074ef11e9345d25f7283.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@
Diffstat (limited to 'src/lib/libssl')
| -rw-r--r-- | src/lib/libssl/man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 | ||
| 274 | clean cleandir: | 274 | clean cleandir: |
| 275 | rm -f ${MAN} ${MANLINT} | 275 | rm -f ${MAN} |
