From d84dd680e0e0929406e7a70348689adbbacb3707 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 May 2006 22:02:48 +0000 Subject: Add HTML generation for man pages --- doc/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 85f98bc..b91c7d3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,9 +1,16 @@ man_MANS = httpauthd.8 httpauthd.conf.5 mkha1.8 +# Simple way to make docs +html: + perl man2html.pl httpauthd.8 > httpauthd.8.html + perl man2html.pl httpauthd.conf.5 > httpauthd.conf.5.html + perl man2html.pl mkha1.8 > mkha1.8.html + EXTRA_DIST = protocol.txt \ httpauthd.conf.sample \ ldap-example.conf \ mysql-example.conf \ ntlm-example.conf \ + man2html.pl \ ${man_MANS} -- cgit v1.2.3