aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-25 17:49:52 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-25 17:49:52 +0000
commitc8d73e251047e8859a65f91c95d63ae37f97e1a6 (patch)
treebae90b1945998a3b861837b870345b45e6e6896b /Makefile
parentedc2864f44502c5d9f45664a5d58f03c4146ca27 (diff)
downloadmandoc-c8d73e251047e8859a65f91c95d63ae37f97e1a6.tar.gz
mandoc-c8d73e251047e8859a65f91c95d63ae37f97e1a6.tar.zst
mandoc-c8d73e251047e8859a65f91c95d63ae37f97e1a6.zip
Continue changing mandoc.{index,db} into whatis.{index,db}. Use mandocdb.h
to do so.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dd938c96..bf4b0edc 100644
--- a/Makefile
+++ b/Makefile
@@ -337,7 +337,7 @@ $(CGI_OBJS) $(CGI_LNS): main.h mdoc.h man.h out.h config.h mandoc.h apropos_db.h
CATMAN_OBJS = catman.o manpath.o
CATMAN_LNS = catman.ln manpath.ln
-$(CATMAN_OBJS) $(CATMAN_LNS): config.h mandoc.h manpath.h
+$(CATMAN_OBJS) $(CATMAN_LNS): config.h mandoc.h manpath.h mandocdb.h
DEMANDOC_OBJS = demandoc.o
DEMANDOC_LNS = demandoc.ln