CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2015/01/15 18:58:18
Modified files: share/mk : bsd.man.mk bsd.subdir.mk lib/libssl/man : Makefile lib/libcrypto/man: Makefile usr.bin/mandoc : Makefile Log message: 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@