summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-11-24 12:43:34 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-11-24 12:43:34 +0000
commit5d025ccf57ef8fd8504ffd95ca87561d947fee2d (patch)
treec5de47b45d5fe6159d5a47370fa2b8105fe32618 /Makefile
parent3760dadf5162aab67f389b9e9a969499ddd236ca (diff)
downloadmandoc-5d025ccf57ef8fd8504ffd95ca87561d947fee2d.tar.gz
Make a small manual for how to run man.cgi.
This exists almost entirely to document that /tmp must exist in a jailed Apache directory for dbopen() not to fail. This was a massive headache to track down.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 089831bc..c4a8d67f 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ SRCS = Makefile \
man.h \
man.7 \
man.c \
+ man.cgi.7 \
man_hash.c \
man_html.c \
man_macro.c \