summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2012-07-10 19:53:13 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2012-07-10 19:53:13 +0000
commit80f833cf040f5fefb18badd53d2aa008031c4946 (patch)
tree19322c57b3a2345bae267d2958370f4a53aab659 /regress/usr.bin/mandoc/man/Makefile
parent02452d0882c9712c3bf2f3111250cde6426730bf (diff)
multiple fixes to -Tascii .HP rendering:
* do not add an excessive blank line before the block * in literal mode, start a new line after the tag getting this to work requires some general (print_man_node) fixes: * in literal mode, break the output line at the end of each input line, not just after those input lines ending in text * but don't break it when there was no output on the line * and adjust the margins after the .HP tag these general fixes require an adjustment to -Tascii .TP rendering: * set up NOBREAK mode before the body, not after the head finally, based on all this, implement -Tman .Bl -hang in terms of .HP
Diffstat (limited to 'regress/usr.bin/mandoc/man/Makefile')
-rw-r--r--regress/usr.bin/mandoc/man/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/man/Makefile b/regress/usr.bin/mandoc/man/Makefile
index b7641eded6f..592ce732287 100644
--- a/regress/usr.bin/mandoc/man/Makefile
+++ b/regress/usr.bin/mandoc/man/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.8 2012/07/07 17:47:58 schwarze Exp $
+# $OpenBSD: Makefile,v 1.9 2012/07/10 19:53:12 schwarze Exp $
-SUBDIR= nf BI EX IP PP RS TH TP
+SUBDIR = nf BI EX HP IP PP RS TH TP
ascii groff groff-clean obj-clean tman: _SUBDIRUSE