summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 44dfc12..e2e8cad 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,9 @@
man_MANS = clamsmtpd.8 clamsmtpd.conf.5
EXTRA_DIST = $(man_MANS) clamsmtpd.conf
+
+# Simple way to make docs
+html:
+ perl man2html.pl clamsmtpd.8 > clamsmtpd.html
+ perl man2html.pl clamsmtpd.conf.5 > clamsmtpd.conf.html
+