blob: b91c7d3887440bda295350d7995d34122182dbf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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}
|