diff options
author | Stef Walter <stef@memberwebs.com> | 2006-04-07 15:46:19 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-04-07 15:46:19 +0000 |
commit | 16e340c9e9bc9a2dab903349da4325da985e13db (patch) | |
tree | 9092460a81c718c1a86955e1bc017008a9403d18 /doc/Makefile.am | |
parent | 6f3317f40e457286de194b0aeaf98f3099a842b5 (diff) |
Added documentation, licenses etc...
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..51bc926 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,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 |