From 5d025ccf57ef8fd8504ffd95ca87561d947fee2d Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 24 Nov 2011 12:43:34 +0000 Subject: 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 \ -- cgit