From 85aadabd85dd077ae396724b264f9c2bfa5357b0 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 7 Aug 2006 16:59:41 +0000 Subject: Added manual pages --- doc/Makefile.am | 12 ++++++++++++ 1 file changed, 12 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..2cb19ea --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,12 @@ + +man_MANS = rrdbotd.8 rrdbot.conf.5 rrdbot-create.8 rrdbot-get.1 + +# Simple way to make docs +html: + perl man2html.pl rrdbotd.8 > rrdbotd.8.html + perl man2html.pl rrdbot.conf.5 > rrdbot.conf.5.html + perl man2html.pl rrdbot-create.8 > rrdbot-create.8.html + perl man2html.pl rrdbot-get.1 > rrdbot-get.1.html + +EXTRA_DIST = $(man_MANS) \ + man2html.pl -- cgit v1.2.3