summaryrefslogtreecommitdiffstats
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
commit35f2108111d8f83fc25edd4c460e0f37db93901b (patch)
treea2a14f413a5220dcb10ce51e46fdeaa6d9b319e3 /Makefile
parentd31b9aced380c9834f45869247dfbd42922d533b (diff)
downloadmandoc-35f2108111d8f83fc25edd4c460e0f37db93901b.tar.gz
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)