summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-06-21 14:16:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-06-21 14:16:05 +0000
commitc5f902924457cd786725c1e4e2aed53581908dd7 (patch)
treec44cb001319989e52ee66b0d967d7552fba37451 /Makefile
parent9d5aa6c4998a8c5a2851bb6512ff1d60bc52c386 (diff)
downloadmandoc-c5f902924457cd786725c1e4e2aed53581908dd7.tar.gz
Let descriptions (bit-mask 0x100) also be mined for text. This doubles
the database size (one record for each file), but it's critical information.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86399a57..c535f105 100644
--- a/Makefile
+++ b/Makefile
@@ -353,7 +353,7 @@ llib-lmandoc.ln: $(MANDOC_LNS)
# You'll need -ldb for Linux.
makewhatis: $(MAKEWHATIS_OBJS) libmandoc.a
- $(CC) -o $@ $(MAKEWHATIS_OBJS) libmandoc.a -ldb
+ $(CC) -o $@ $(MAKEWHATIS_OBJS) libmandoc.a
llib-lmakewhatis.ln: $(MAKEWHATIS_LNS)
$(LINT) $(LINTFLAGS) -Cmakewhatis $(MAKEWHATIS_LNS)