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

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

Revision 1.2, Sat Jan 5 21:55:12 2019 UTC (5 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, HEAD
Changes since 1.1: +2 -1 lines

In no-fill mode, avoid bogus blank lines in two situations:
1. After the last child; the parent will take care of the line break.
2. At the .YS macro; the end of the preceding .SY already broke the line.

# $OpenBSD: Makefile,v 1.2 2019/01/05 21:52:57 schwarze Exp $

REGRESS_TARGETS	 = literal
HTML_TARGETS	 = literal

.include <bsd.regress.mk>