blob: 62dc4ff3f6f83515190e7f92017aff659e721551 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
man_MANS = bsnmp-regex.8 bsnmp-regex.conf.5 sockin.1
# Simple way to make docs
html:
perl man2html.pl bsnmp-regex.8 > bsnmp-regex.8.html
perl man2html.pl bsnmp-regex.conf.5 > bsnmp-regex.conf.5.html
perl man2html.pl sockin.1 > sockin.1.html
EXTRA_DIST = $(man_MANS) \
man2html.pl \
BEGEMOT-MIB.txt \
FOKUS-MIB.txt \
REGEX-MIB.txt \
bsnmp-regex.conf
|