aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Dd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Align to the new, sane behaviour of the groff_mdoc(7) .Dd macro:Ingo Schwarze2020-01-191-12/+4
| | | | | | | | without an argument, use the empty string, and always concatenate all arguments, no matter their number. This allows reducing the number of arguments of mandoc_normdate() and some other simplifications, at the same time polishing some error messages by adding the name of the macro in question.
* Simplify maintainer targets in OpenBSD: EQN and TBL variablesIngo Schwarze2020-01-081-2/+2
| | | | | | no longer exist and NROFF/NOPTS were replaced with GROFF/GOPTS. This doesn't change how things work in the protable version of the test suite.
* Now that markdown output is tested for almost everything, test allIngo Schwarze2017-03-081-2/+5
| | | | | | 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.
* first batch of -T markdown testsIngo Schwarze2017-03-051-0/+1
|
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+19
Both kristaps@ and wiz@ repeated asked for this, literally for years.