aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/man/SY/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-05 21:55:11 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-05 21:55:11 +0000
commit589d3fbc1807388fbe883742468701520d81c047 (patch)
tree0ab622cf22a39bbedaf23d8b1622768f3ab03239 /regress/man/SY/Makefile
parent90df3f10ba3a29b23b62fdad06cdae3f2c051e4f (diff)
downloadmandoc-589d3fbc1807388fbe883742468701520d81c047.tar.gz
mandoc-589d3fbc1807388fbe883742468701520d81c047.tar.zst
mandoc-589d3fbc1807388fbe883742468701520d81c047.zip
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.
Diffstat (limited to 'regress/man/SY/Makefile')
-rw-r--r--regress/man/SY/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/man/SY/Makefile b/regress/man/SY/Makefile
index 54045804..9896d9d1 100644
--- a/regress/man/SY/Makefile
+++ b/regress/man/SY/Makefile
@@ -1,5 +1,6 @@
-# $OpenBSD: Makefile,v 1.1 2019/01/05 21:13:55 schwarze Exp $
+# $OpenBSD: Makefile,v 1.2 2019/01/05 21:52:57 schwarze Exp $
REGRESS_TARGETS = literal
+HTML_TARGETS = literal
.include <bsd.regress.mk>