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

File: [cvsweb.bsd.lv] / mandoc / regress / man / B / Makefile (download)

Revision 1.2, Sat Jun 3 15:55:25 2017 UTC (7 years 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
Changes since 1.1: +6 -2 lines

ignore blank lines in man(7) next line scope;
strange groff edge case behaviour found in multimedia/mjpegtools

# $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:52 schwarze Exp $

REGRESS_TARGETS	= args blank
LINT_TARGETS	= args blank

# groff-1.22.3 defect:
# - A blank line in next line scope causes a blank line.
SKIP_GROFF	= blank

.include <bsd.regress.mk>