aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-01-04 01:11:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-01-04 01:11:27 +0000
commit6cf23e79eacb40b38dccfa2e1d89e593de735ea1 (patch)
tree83edf827fddfd82cdc704c2e0b69a9fbbc2791b5 /regress/roff/Makefile
parent978d5fe8a9860c3d73e4ac21011e19609438efeb (diff)
downloadmandoc-6cf23e79eacb40b38dccfa2e1d89e593de735ea1.tar.gz
mandoc-6cf23e79eacb40b38dccfa2e1d89e593de735ea1.tar.zst
mandoc-6cf23e79eacb40b38dccfa2e1d89e593de735ea1.zip
test the roff(7) .ce and .rj requests;
they were already supported in the past
Diffstat (limited to 'regress/roff/Makefile')
-rw-r--r--regress/roff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/roff/Makefile b/regress/roff/Makefile
index 036a66e5..9c9580f1 100644
--- a/regress/roff/Makefile
+++ b/regress/roff/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.27 2018/08/25 16:46:28 schwarze Exp $
+# $OpenBSD: Makefile,v 1.28 2019/01/04 01:06:44 schwarze Exp $
SUBDIR = args cond esc scale string
-SUBDIR += br cc char de ds ft ig it ll na nr po ps
+SUBDIR += br cc ce char de ds ft ig it ll na nr po ps
SUBDIR += return rm rn shift sp ta ti tr while
.include "../Makefile.sub"