blob: 87be6e171ecba675cc8d494c8f954377b00303ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $OpenBSD: Makefile,v 1.6 2011/01/04 02:11:32 schwarze Exp $
REGRESS_TARGETS=tag inset hang diag column extend nested
GROFF_TARGETS=tag inset diag column extend nested
# mandoc still contains a compatibility hack with groff-1.15
# regarding hang list indentation.
REGRESS_TARGETS+=multitype multitag empty
GROFF_TARGETS+=multitype multitag
# groff-1.20.1 mishandles empty lists,
# ruining indentation and sometimes cauisng empty lines.
REGRESS_TARGETS+=EMULTILIST
REGRESS_SLOW_TARGETS=EMULTILIST
.include <bsd.regress.mk>
|