diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-09 15:33:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-09 15:33:40 +0000 |
commit | e16d5b3813015232a2bfb159639428402692a852 (patch) | |
tree | 1d515729571e2ed015b90341d18f5cc65272ab58 /regress/mdoc/Ox/Makefile | |
parent | bc5f2993f31191748ab9fed5f476079463af8f5e (diff) | |
download | mandoc-e16d5b3813015232a2bfb159639428402692a852.tar.gz |
Really commit some files that failed to get committed in this commit:
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/mdoc/Ox/Makefile')
-rw-r--r-- | regress/mdoc/Ox/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/mdoc/Ox/Makefile b/regress/mdoc/Ox/Makefile index 44c7d855..8c9fac07 100644 --- a/regress/mdoc/Ox/Makefile +++ b/regress/mdoc/Ox/Makefile @@ -1,6 +1,5 @@ # $OpenBSD: Makefile,v 1.3 2012/07/18 16:55:54 schwarze Exp $ REGRESS_TARGETS = keep -MARKDOWN_TARGETS = keep .include <bsd.regress.mk> |