summaryrefslogtreecommitdiffstats
path: root/regress/man/SY/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-05 21:18:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-05 21:18:26 +0000
commit3f195b30d32ccc6681f84b179797e62a74c36df6 (patch)
treec67e98b1bad0932e7d9ae01efe9049884ab201d6 /regress/man/SY/Makefile
parent5229da27b276b7a56dd6d7c892776720ffb974a1 (diff)
downloadmandoc-3f195b30d32ccc6681f84b179797e62a74c36df6.tar.gz
In groff, when the .SY block macro occurs in no-fill mode,
the output line gets broken after the head. Do the same.
Diffstat (limited to 'regress/man/SY/Makefile')
-rw-r--r--regress/man/SY/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/regress/man/SY/Makefile b/regress/man/SY/Makefile
new file mode 100644
index 00000000..54045804
--- /dev/null
+++ b/regress/man/SY/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2019/01/05 21:13:55 schwarze Exp $
+
+REGRESS_TARGETS = literal
+
+.include <bsd.regress.mk>