blob: 608e6b361805ebfb1536a33dbb287ca416f92c09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
man_MANS = bsnmp-pcap.8
# Simple way to make docs
html:
perl man2html.pl bsnmp-pcap.8 > bsnmp-pcap.8.html
EXTRA_DIST = $(man_MANS) \
man2html.pl \
BEGEMOT-MIB.txt \
FOKUS-MIB.txt \
PCAP-MIB.txt
|