aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-15 08:16:20 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-15 08:16:20 +0000
commit5e3756471dbadb7858086a17760f20e36e105612 (patch)
treef1e532457de737c7ccd05e47ec7abc003c7d1631 /Makefile
parent80eb3c6e0afe2acb092b84229d5c35572a5fb39f (diff)
downloadmandoc-5e3756471dbadb7858086a17760f20e36e105612.tar.gz
mandoc-5e3756471dbadb7858086a17760f20e36e105612.tar.zst
mandoc-5e3756471dbadb7858086a17760f20e36e105612.zip
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--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 844cd786..db17bd22 100644
--- a/Makefile
+++ b/Makefile
@@ -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