]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bf/Makefile
style message about missing RCS ids; inspired by mdoclint
[mandoc.git] / regress / mdoc / Bf / Makefile
1 # $OpenBSD: Makefile,v 1.4 2014/07/04 16:11:42 schwarze Exp $
2
3 REGRESS_TARGETS = nest multiargs badargs break broken
4 LINT_TARGETS = multiargs badargs break broken
5
6 # mandoc -T markdown ignores .Bf, at least for now
7
8 SKIP_MARKDOWN ?= ALL
9
10 # groff-1.22.2 defects:
11 # - If the first argument to .Bf is a bad one,
12 # no block is opened at all and the .Ef causes another error.
13 # - If a font block breaks another block,
14 # fonts get mixed up when the other block finally ends.
15
16 SKIP_GROFF = badargs break
17
18 SKIP_TMAN = break broken
19
20 .include <bsd.regress.mk>