commit 8ee9129d311db83c623c708b7c7a8432ff900b48 from: Omar Polo date: Sat Dec 03 16:51:06 2022 UTC raise the level for manpage linting above STYLE commit - c992a1e9b1b3f12475053356a5e9e2f0381211f3 commit + 8ee9129d311db83c623c708b7c7a8432ff900b48 blob - 3977812b16b32a0a24dcf5763fb0227709d8663a blob + 95139aa5def179ea3f6b9b3ed56d1c02c5020acd --- Makefile +++ Makefile @@ -36,7 +36,7 @@ install: ${PROGS} ${INSTALL_MAN} ${MANS} ${DESTDIR}${MANDIR}/man1/ lint: - man -Tlint -l ${MANS} + man -Tlint -Wstyle -l ${MANS} plass.1.html: plass.1 man -Thtml -Ostyle=mandoc.css -l plass.1 > $@