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

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

Revision 1.7, Sun Apr 19 16:36:17 2020 UTC (4 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, HEAD
Changes since 1.6: +3 -3 lines

When .Bd, .D1, or .Dl is tagged, attach the permalink
to the first few letters, similar to what was earlier done for .Pp.

# $OpenBSD: Makefile,v 1.24 2020/04/19 16:26:11 schwarze Exp $

REGRESS_TARGETS	 = beforeNAME blank centered nested nf paragraph spacing
REGRESS_TARGETS	+= badargs empty offset-empty offset-neg
REGRESS_TARGETS	+= break broken unclosed

TAG_TARGETS	 = nested paragraph spacing
LINT_TARGETS	 = beforeNAME blank nested badargs break broken unclosed
HTML_TARGETS	 = nested nf paragraph

SKIP_TMAN	 = beforeNAME centered

# groff-1.22.3 defects:
# - a display breaking another block continues indefinitely
# - negative offsets take no effect, but advance the indention on exit

SKIP_GROFF	 = break offset-neg

# adjustment is disabled in groff for now

SKIP_GROFF	+= centered

# groff handles content before NAME differently

SKIP_GROFF	+= beforeNAME

.include <bsd.regress.mk>