[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Nm

File: [cvsweb.bsd.lv] / mandoc / regress / mdoc / Nm / Makefile (download)

Revision 1.5, Sat Jun 10 01:49:15 2017 UTC (6 years, 11 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD
Changes since 1.4: +1 -1 lines

style message about missing blank before trailing delimiter;
inspired by mdoclint(1), and jmc@ considers it useful

# $OpenBSD: Makefile,v 1.13 2017/02/06 03:44:37 schwarze Exp $

REGRESS_TARGETS	 = badNAME badNAMEuse break broken
REGRESS_TARGETS	+= empty emptyNAME emptyNAMEuse
REGRESS_TARGETS	+= font long par parns punct

LINT_TARGETS	 = badNAME badNAMEuse break broken punct

# groff-1.22.3/mandoc differences:
# - When the head of an Nm block in the SYNOPSIS is broken by an
#   explicit block end macro on the same line, formatting differs,
#   but doesn't make sense either way.
# - Groff doesn't support the nS register.

SKIP_GROFF	 = broken parns
SKIP_TMAN	 = broken par parns

# groff-1.22.3 defect:
# When a SYNOPSIS Nm block head breaks a sub block, all the
# remaining content in the document gets lost.

SKIP_GROFF	+= break

SKIP_MARKDOWN	?= badNAME badNAMEuse emptyNAME emptyNAMEuse

.include <bsd.regress.mk>