diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-04 01:11:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-04 01:11:27 +0000 |
commit | 75c178d760fcce106641f976840cfe750101b794 (patch) | |
tree | a6e74e08489fd380f0283abf69dafff93ca4a37c /regress/roff/Makefile | |
parent | 9f4d60709725128fb9c4b5cd5918325ff4dd397f (diff) | |
download | mandoc-75c178d760fcce106641f976840cfe750101b794.tar.gz |
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/Makefile | 4 |
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" |