diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 16:47:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-06-17 16:47:48 +0000 |
commit | e480ff62446a168d7089e1c658d50d312188af05 (patch) | |
tree | 4ac2e9dfb0c0d4d2adfd736df51f647434114461 /regress/man/TP/Makefile | |
parent | b22a929d117e71834f587cea03908a8196c8c4d0 (diff) | |
download | mandoc-e480ff62446a168d7089e1c658d50d312188af05.tar.gz |
if .in is used inside the .TP head, it's always relative
Diffstat (limited to 'regress/man/TP/Makefile')
-rw-r--r-- | regress/man/TP/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/man/TP/Makefile b/regress/man/TP/Makefile index 8d81e954..b1763652 100644 --- a/regress/man/TP/Makefile +++ b/regress/man/TP/Makefile @@ -1,6 +1,6 @@ # $OpenBSD: Makefile,v 1.12 2015/09/21 13:24:32 schwarze Exp $ -REGRESS_TARGETS = badarg broken double eof fill literal longhead +REGRESS_TARGETS = badarg broken double eof fill indent literal longhead REGRESS_TARGETS += macrotag manyargs sameline spacing width LINT_TARGETS = broken double eof |