diff options
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..62dc4ff --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,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 |