diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-03-08 22:53:37 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-03-08 22:53:37 +0000 |
commit | e45c8a8c11d151a8a38416edcd597124015c7cfc (patch) | |
tree | 1a7198e98996e39bd6f9a0871b803be012e512b4 /regress/usr.bin/mandoc/roff | |
parent | f9fcca5e51173be4fe2690098a9c3c051e086118 (diff) |
Now that markdown output is tested for almost everything, test all
input files in -T markdown output mode by default and only mark
those files with SKIP_MARKDOWN that are not to be tested.
Much easier to read, and almost minus 40 lines of Makefile code.
Diffstat (limited to 'regress/usr.bin/mandoc/roff')
-rw-r--r-- | regress/usr.bin/mandoc/roff/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/mandoc/roff/Makefile.inc b/regress/usr.bin/mandoc/roff/Makefile.inc index 6b294ca9d13..4be639c7699 100644 --- a/regress/usr.bin/mandoc/roff/Makefile.inc +++ b/regress/usr.bin/mandoc/roff/Makefile.inc @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.3 2015/02/03 19:37:25 schwarze Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2017/03/08 22:53:36 schwarze Exp $ SKIP_TMAN ?= ALL +SKIP_MARKDOWN ?= ALL .include "../Makefile.inc" |