version 1.1, 2017/02/08 03:02:41 |
version 1.2, 2017/02/11 20:22:35 |
Line 5 REGRESS_TARGETS += column colNoIt extend nested offset |
|
Line 5 REGRESS_TARGETS += column colNoIt extend nested offset |
|
|
|
REGRESS_TARGETS += notype multitype badargs |
REGRESS_TARGETS += notype multitype badargs |
REGRESS_TARGETS += empty noIt emptyhead emptytag emptyitem multitag |
REGRESS_TARGETS += empty noIt emptyhead emptytag emptyitem multitag |
REGRESS_TARGETS += bareIt bareTa unclosed break breakingIt broken |
REGRESS_TARGETS += bareIt bareTa unclosed break breakingIt breakingTa broken |
|
|
UTF8_TARGETS = dash |
UTF8_TARGETS = dash |
|
|
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 |
|
|
|
# groff-mandoc differences: |
|
# - groff allows enclosures to span Ta, mandoc does not |
|
|
|
SKIP_GROFF ?= breakingTa |
|
|
# groff-1.22.3 defects: |
# groff-1.22.3 defects: |
# - lists with missing or late type ruin indentation |
# - lists with missing or late type ruin indentation |
# - empty lists ruin indentation and sometimes cause empty lines |
# - empty lists ruin indentation and sometimes cause empty lines |
Line 21 LINT_TARGETS += bareIt bareTa break breakingIt broken |
|
Line 26 LINT_TARGETS += bareIt bareTa break breakingIt broken |
|
# - breaking a list aborts processing |
# - breaking a list aborts processing |
# - empty -tag item heads lose the blank line and the indentation |
# - empty -tag item heads lose the blank line and the indentation |
|
|
SKIP_GROFF ?= notype empty break breakingIt broken emptytag |
SKIP_GROFF += notype empty break breakingIt broken emptytag |
|
|
SKIP_TMAN ?= column colNoIt multitype multitag bareTa break broken |
SKIP_TMAN ?= column colNoIt multitype multitag bareTa break breakingTa broken |
|
|
# Fixing the indentation in long .IP and .TP tags in -man -Tascii |
# Fixing the indentation in long .IP and .TP tags in -man -Tascii |
# caused a minor regression in -Tman that is not trivial to fix, |
# caused a minor regression in -Tman that is not trivial to fix, |