1 2man_MANS = rrdbotd.8 rrdbot.conf.5 rrdbot-create.8 rrdbot-get.1 3 4# Simple way to make docs 5html: 6 perl man2html.pl rrdbotd.8 > rrdbotd.8.html 7 perl man2html.pl rrdbot.conf.5 > rrdbot.conf.5.html 8 perl man2html.pl rrdbot-create.8 > rrdbot-create.8.html 9 perl man2html.pl rrdbot-get.1 > rrdbot-get.1.html 10 11EXTRA_DIST = $(man_MANS) \ 12 man2html.pl \ 13 traffic-example.conf 14 15