diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-15 08:16:20 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-15 08:16:20 +0000 |
commit | ea228aff6a872a947bb23cd1b1405ab1d72c37e6 (patch) | |
tree | fe44491217e8d64d10121d185763d198703ceae0 /Makefile | |
parent | 74d68c4f407023d0d2a78e88ae492f13442ba597 (diff) | |
download | mandoc-ea228aff6a872a947bb23cd1b1405ab1d72c37e6.tar.gz |
Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly increments.
Cleaned up confusing behaviour of p->flags.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -156,6 +156,9 @@ compat.o: compat.c term.ln: term.c term.h man.h mdoc.h term.o: term.c term.h man.h mdoc.h +tree.ln: tree.c man.h mdoc.h +tree.o: tree.c man.h mdoc.h + mdoc_argv.ln: mdoc_argv.c libmdoc.h mdoc_argv.o: mdoc_argv.c libmdoc.h |