summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-06-30 17:12:29 +0000
committerStef Walter <stef@memberwebs.com>2008-06-30 17:12:29 +0000
commit04498c8e4f2fbe89174bf04b82bb9ed552bf3314 (patch)
treec9ec7f18484ac8167d5fcedd269bdc0afcb9f1e9 /doc/Makefile.am
parent7561cc8758be2f1d17d1e856a8e268d3fcf402b3 (diff)
Release 1.10
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
+