blob: e2e8cad5a71da7aebfd4a9ebe56828bc941dec47 (
plain)
1
2
3
4
5
6
7
8
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
|