aboutsummaryrefslogtreecommitdiffstatshomepage
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
commite5e22f9be096d23876973a5d01775222dac5908a (patch)
tree1e7d82e00e3c9f08dcccd501a2c68e7b703385e3 /Makefile
parent35b477fcbd3c615c3e91e17319a6c6f13da65075 (diff)
downloadmandoc-e5e22f9be096d23876973a5d01775222dac5908a.tar.gz
mandoc-e5e22f9be096d23876973a5d01775222dac5908a.tar.zst
mandoc-e5e22f9be096d23876973a5d01775222dac5908a.zip
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 \