diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2016-04-15 21:20:11 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2016-04-15 21:20:11 +0000 |
commit | 08a0ddf44ad09e1a70ca176599ea4fa091e9bd6f (patch) | |
tree | fe204322c4243ddbc2c003f61d9812076d546c8c | |
parent | 8c735265c71c4534d929bacfcedbbc26451b814a (diff) | |
download | mandoc-08a0ddf44ad09e1a70ca176599ea4fa091e9bd6f.tar.gz |
set up man.cgi(3) for inclusion in the web site
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -138,6 +138,7 @@ DISTFILES = INSTALL \ makewhatis.8 \ man.1 \ man.7 \ + man.cgi.3 \ man.cgi.8 \ man.conf.5 \ man.h \ @@ -293,6 +294,7 @@ WWW_MANS = apropos.1.html \ roff.7.html \ tbl.7.html \ makewhatis.8.html \ + man.cgi.3.html \ man.cgi.8.html \ man.h.html \ manconf.h.html \ |