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