From eac1602858639b0653a8e15ff191ed9b9f64c440 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 5 Apr 2006 20:51:48 +0000 Subject: Cleanup and initial open source release --- doc/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/Makefile.am (limited to 'doc/Makefile.am') 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 -- cgit v1.2.3