summaryrefslogtreecommitdiffstatshomepage
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
commit8343943a153c5bc606c8fa7b29765e500db48e1f (patch)
treea6015bcb935f2d3874753b20bdf10305f6bfbdb6 /Makefile
parentaf8a9b25dc06c820be1b9de05d5dc8ec781d25a8 (diff)
downloadmandoc-8343943a153c5bc606c8fa7b29765e500db48e1f.tar.gz
mandoc-8343943a153c5bc606c8fa7b29765e500db48e1f.tar.zst
mandoc-8343943a153c5bc606c8fa7b29765e500db48e1f.zip
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)