summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2006-04-07 15:46:19 +0000
committerStef Walter <stef@memberwebs.com>2006-04-07 15:46:19 +0000
commit16e340c9e9bc9a2dab903349da4325da985e13db (patch)
tree9092460a81c718c1a86955e1bc017008a9403d18 /doc/Makefile.am
parent6f3317f40e457286de194b0aeaf98f3099a842b5 (diff)
Added documentation, licenses etc...
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am12
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