summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 09:55:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-26 09:55:39 +0000
commit48c75ac0d363231aad256b8377a73bc1f8d158d5 (patch)
tree92966078d91ba12155f189f933548b38f9d08349 /Makefile
parentef64725c09db0346dd0d5a32ae063e383d216b33 (diff)
downloadmandoc-48c75ac0d363231aad256b8377a73bc1f8d158d5.tar.gz
mandoc-48c75ac0d363231aad256b8377a73bc1f8d158d5.tar.zst
mandoc-48c75ac0d363231aad256b8377a73bc1f8d158d5.zip
Fixed reading whitespace for man.7 `. TH'.
Documented this.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84400ff1..e184349c 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ MAINOBJS = main.o term.o ascii.o terminal.o tree.o compat.o
MAINSRCS = main.c term.c ascii.c terminal.c tree.c compat.c
LLNS = llib-llibmdoc.ln llib-llibman.ln llib-lmandoc.ln
-LNS = $(MAINLNS) $(MDOCLNS)
+LNS = $(MAINLNS) $(MDOCLNS) $(MANLNS)
LIBS = libmdoc.a libman.a
OBJS = $(MDOCOBJS) $(MAINOBJS)
SRCS = $(MDOCSRCS) $(MAINSRCS) $(MANSRCS)