version 1.6, 2017/03/08 15:08:36 |
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 inset diag ohang bullet dash enum hang tag |
|
MARKDOWN_TARGETS += column colNoIt extend nested offset secstart |
|
MARKDOWN_TARGETS += notype multitype badargs |
|
MARKDOWN_TARGETS += empty noIt emptyhead emptytag emptyitem multitag |
|
MARKDOWN_TARGETS += bareIt bareTa unclosed breakingIt breakingTa broken |
|
|
|
# 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> |