From 95e306046647dce6b5bebf9c237d6fa6b68efaee Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 2 Jul 2008 21:25:47 +0000 Subject: Add documentation and copyrights --- doc/Makefile.am | 10 ++++++++++ 1 file changed, 10 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..a5c96b8 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,10 @@ + +man_MANS = slapi-dnsnotify.8 + +# Simple way to make docs +html: + perl man2html.pl slapi-dnsnotify.8 > slapi-dnsnotify.8.html + +EXTRA_DIST = \ + man2html.pl \ + ${man_MANS} -- cgit v1.2.3