diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-11-24 12:43:34 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-11-24 12:43:34 +0000 |
commit | 5d025ccf57ef8fd8504ffd95ca87561d947fee2d (patch) | |
tree | c5de47b45d5fe6159d5a47370fa2b8105fe32618 /Makefile | |
parent | 3760dadf5162aab67f389b9e9a969499ddd236ca (diff) | |
download | mandoc-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ SRCS = Makefile \ man.h \ man.7 \ man.c \ + man.cgi.7 \ man_hash.c \ man_html.c \ man_macro.c \ |