version 1.3, 2017/03/05 19:59:38 |
version 1.7, 2017/03/08 22:54:34 |
Line 13 LINT_TARGETS = column notype badargs tag |
|
Line 13 LINT_TARGETS = column notype badargs tag |
|
LINT_TARGETS += empty noIt emptyhead emptytag emptyitem |
LINT_TARGETS += empty noIt emptyhead emptytag emptyitem |
LINT_TARGETS += bareIt bareTa break breakingIt broken |
LINT_TARGETS += bareIt bareTa break breakingIt broken |
|
|
MARKDOWN_TARGETS = item diag ohang bullet dash enum |
|
MARKDOWN_TARGETS += notype multitype |
|
MARKDOWN_TARGETS += empty emptyitem |
|
MARKDOWN_TARGETS += bareIt bareTa unclosed breakingTa |
|
|
|
# groff-mandoc differences: |
# groff-mandoc differences: |
# - groff allows enclosures to span Ta, mandoc does not |
# - groff allows enclosures to span Ta, mandoc does not |
|
|
|
|
# Empty heads are still mishandled by -Tman. |
# Empty heads are still mishandled by -Tman. |
|
|
SKIP_TMAN += emptyhead emptytag |
SKIP_TMAN += emptyhead emptytag |
|
|
|
# mandoc -T markdown still has issues with badly nested lists |
|
|
|
SKIP_MARKDOWN ?= break |
|
|
.include <bsd.regress.mk> |
.include <bsd.regress.mk> |